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.
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.