The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL to check if issue contains subissues with a certain status

Tim Franken
March 13, 2013

NOTE: We have JIRA On Demand so we can't install plugins.

I'd like to give issues a certain cardcolor using the query option. Our issues that are On hold get a red color.

Now I'd like to give issues a certain color, which have subissues in with a certain status. Unfortunately, this does not seem possible with the current JQL options.

I tried for instance: issuetype in standardIssueTypes(issuetype in subTaskIssueTypes() and status="Dev testing") but this does not work.

Any ideas or is this not possible in On Demand?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 13, 2013

It's not possible without plugins...

With plugins it's easy, eg

issueFunction in parentsOf('project = JRA and status = "Dev testing"')

https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-parentsOf(Subquery)

TAGS
AUG Leaders

Atlassian Community Events