I want my swimlanes to be based on QA Assignee, not just primary assignee.
I would like to have the same view of my scrum board for QA assignees as I have for my primary assignee view. I've tried using the grouping filter, but this doesn't give me the view I'm looking for. How do I base swimlanes on the QA assignee?
hey @Jenafer Ramirez
You can try out if custom field value(User picker/any other type) contains QA Resources then you can write JQL Query
let me know how QA Resource has been defined in your instance, so that can help you with JQL Query
Check the docs on Swimlanes. You can configure your Swimlanes based on a JQL query. Something like this maybe:
"QA Assignee" in membersOf("QA_group")
where "QA_group" = the group that contains all of the QA folks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Dave - I have tried using the grouping feature and basing my swimlanes on a JQL query, but that does not give me the view I am looking for.
I want to see what stories are assigned to which QA resource and it's status, just like I do when my swimlanes are based on "Assignee"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.