Hi all,
I need to filter all the children of issues that have a specific Issue-Type.
I've found a lot of posts around but none of them work for me: syntax is not supported.
Thanx
I need to write a broader query: semantically:
parent.issueType IN ('',…)
This is not possible in JIRA Cloud. With Script runner you could achieve this, but this plugin is not available for Cloud.
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.
Just use
parent = IssueKey
(e.g. parent = JR-145)
or something like
parent in (JR-145,JR-138)
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.