You need to sign in to do that
Don't have an account?

Agile Accelerator: Assignment Rules don't appear to do anything
We religously set up the "Assignee" and "Product Owner" fields on our assignment rules on every product tag, in the expectation that, when work items are created, these fields will be automatically filled in. To be specific, we have set up assignment rules for record types "User Story" and "Bug".
What we see:
What we see:
- We set up assignment rules for a product tag, with Assignee and Product Owner filled in, for the "Bug" and "User Story" record type.
- We use "New Work" (either from sprint wall or from Work tab) to create a new work item with the same product tag as in step 1.
- The Assignee and Product Owner fields are null.
- We set up assignment rules for a product tag, with Assignee and Product Owner filled in, for the "Bug" and "User Story" record type.
- We use "New Work" (either from sprint wall or from Work tab) to create a new work item with the same product tag as in step 1.
- The Assignee and Product Owner fields have been filled in with the respective fields from the applicable assignment rule.
Objects:
Work
Product Tag
Assignment Rules
Tag Assignment (junction)
Flow:
create a work record -> pick a Product Tag -> using the Product Tag ID and record type name (user story/bug) to query the Tag Assignment table, which will then return the appropirate ID for Assignment Rule (which contains user IDs for assignee, QA engieer, so forth).
This is not happen, not sure where the issue is and I can't debug it since it's managed....
Can someone please comment on this?