You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hello,
Here is my issue setup. Parent issue has field called Dev Track and sub-task for these issue does not have this field. I would like to have query to result list of sub-tasks where Parent issue Dev Track field has value "X". Please advise how do I write this query?
@Vivek MuthusamyYou can't do this directly with stock JQL provided by Atlassian Jira.
You will need plugins like, JQL Tricks or Script Runner which have special JQL function to resolve such issues.
For example JQL Query this might work for you if you have ScriptRunner plugin,
issueFunction in subtasksOf("customfield_xxxxx = X")
Here customfield_xxxxx is id of your 'Dev Track' custom field.
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.
Atlassian's marketplace partners have had a very productive start to 2021! Since our last roundup, our developer community has added over 160 new cloud apps to the Atlassian Marketplace to help you...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.