I have 8 Features related to a new notification capability so I added a "Notification" label to each Feature. I would like to construct a JQL to pull all the child issues associated with the labeled Features. I didn't see a "where" clause. Is there something else I can use that will provide the needed result?
Switch to "advance" filter option and enter
labels in (LABEL_NAME) AND parent in (provide parent issue keys here)
If you have script-runner plug-in installed may try below query and check if you are getting correct result set.
issueFunction in subtasksOf("project = XXX AND issuetype = Feature AND labels in (LABEL_NAME")
Hope it will help.
Thanks
Rahul
Looking for something similar myself. Did you ever find the answer?
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.