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

0 votes
Peter DeWitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events