JQL to show all issues in active Srints by assignee.

Keith Lidberg September 13, 2017

Our CEO is a friend of multiple teams and has work that he is accountable for in each sprint.

I can't seem to figure out how to create a filter that shows only tasks for him that are in live sprints.

 

#littlehelp

1 answer

1 accepted

1 vote
Answer accepted
Tyler Brown
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.
September 13, 2017

Hey Keith,

You should be able to use:

assignee = (username) and sprint in openSprints()

If you know the specific Sprint code (should just be a number) you can use:

assignee = (username) and sprint = (#)

Hope this helps,

Tyler

Keith Lidberg September 13, 2017

Tyler,

 

Legend!

 

Thanks,

~ Keith

Suggest an answer

Log in or Sign up to answer