The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Filter for searching issues in an open Sprint

Paulina Mijal
January 26, 2022

Dear all, 

I want to create a filter which search issues in current Jira Project that are added to an open sprint and then I want to use this filter in dashboard - that is why I want to make it automatic. Is it possible? Hope so ;)

 

Thanks,

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Peter DeWitt
Community Champion
January 26, 2022

@Paulina Mijal , this JQL should work:

project = project_key AND sprint in openSprints()

You can then use the Filter Results gadget to display the issues.

If you want to personalize the view for whichever team member is viewing the dashboard, you can this JQL too:

assignee = currentUser() 

gl -pjd 

TAGS
AUG Leaders

Atlassian Community Events