Hello,
You can not do it out of the box. Have a look at the ScriptRunner plugin:
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_linkedissuesof
Yes, I am using the ScriptRunner Plugin. I cant seem to get both the stories and subtasks working on one query though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be like this
issuetype = Story or issueFunction in subtasksOf("issuetype = Story and status = Open")
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 are welcome! If my answer helped you, Kindly accept my answer. In this case other people with a similar question will be able to find this answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
We can get open stories and open tasks for the stories using JQL Search Extensions plugin
Query : ((subTaskStatus = "Open" AND issuetype = Story) OR (parentStatus = "Open" AND parentIssueType = Story ))
Above qury gives us list of stories and sub-task which are in open status .
Regards
Sudhakar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.