Hello,
I'm new to using Jira, and a little help would be appreciated on this one :)
I would like to create a query that returns all issues with "submitted" status and with children that have "accepted" status. A solution would be this :
project = "ProjectABC" AND status =Analysed AND issueLinkType = "is parent of" AND issueFunction in hasChildren("status = Accepted")
The problem is I don't have Script Runner and can't use issueFunction and hasChildren. I tried this query but it doesn't work :
project = "ProjectABC" AND status = Submitted AND issueLinkType = "is parent of" AND issue in (issueLinkType="is child of" AND status=Accepted)
Do you have any idea ?
Thank you for your help :)
Welcome to Atlassian Community!
Without an app that extends JQL you cannot create a query that will return the result you are looking for. You would need Scriptrunner, JQL Tricks, or any of the other apps in the Marketplace that extends JQL.
Thank you
for your answer ! My organisation doesn't have any of these app, I guess I'll have to find another way.
Thanks anyway :)
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.