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,
@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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.