Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create a scrum board with SWIMLANES based on QA Assignee - not grouped

Jenafer Ramirez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 19, 2019

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?

 

2 answers

0 votes
shetty
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 20, 2019

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

0 votes
Dave Theodore [Coyote Creek Consulting]
Community Champion
June 19, 2019

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. 

Jenafer Ramirez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 19, 2019

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"

Suggest an answer

Log in or Sign up to answer