Hi Jira experts. I have a need to query for all Stories and Bugs, including all related sub-tasks in a specific project. I can use ScriptRunner to do so. Could someone please suggest a query for the Cloud version of Jira? I'd greatly appreciate it.
Hi @Gregory Kremer ~ this should work (substituting for your projects, of course):
project in (A, B) AND issuetype in (Story, Bug) OR issueFunction in subtasksOf("project in (A, B) and issuetype in (Story, Bug)")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.