I have a filter that produces a result set. I want to find children and links of that result set.
The original filter returns issues based on labels and is saved as filter 12103
labels in (Paychex_Template_Org_SOW)
I am looking for the linked and child issues of those with the labels in the list.
For example,
issueChildOf in linkedIssues("BCD-3309") OR linkedIssue in linkedIssues("BCD-3309")
Instead of indicating the issue key BCD-3309, I want to get the issues that have the labels.
issuechildof in linkedIssues("filter=12103") OR linkedIssue in linkedIssues("filter=12103")
Try:
issueFunction in childrenOf("labels in (Paychex_Template_Org_SOW)")
should work.
Ariel.
Thank you. I did attempt the issueFunction, but I receive an error that "Field 'issueFunction' does not exist or you do not have permission to view it."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
issuefunction in (...) comes with a marketplace app called ScriptRunner. If you are getting this error, it is probably because you don't have the app installed.
Jira natively has poor support for searching dynamically across parent-child or linked issue relationships. For use cases like this, you would need to look at a marketplace solution.
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.