For the Active Sprint quick filters I’d like a query that displays:
Thank you in advance for your time and support,
Brittany
You can do some of these natively with JIRA alone (numbers 1 and 3). However #2 can't be done with just JIRA because natively JIRA does not have a way to relate parent to child in this way via JQL. That is something that can be done if you happen to have scriptrunner though. Scriptrunner has some scripted JQL functions described in Scripted JQL Functions that could help here. However if not, there isn't a way to do so that I'm aware of.
For each of these you will likely want to prepend the actual board filter to these so that you don't bring in other issues outside this project/board scope:
assignee=currentuser() and issuetype=subtask
assignee=unassigned and (subtasksOf(issuetype=story and assignee=currentuser()) OR subtasksOf(parentsOf(assignee=currentuser())))
issue=subtask and status=done and updated >= -2d
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.