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?
It's not possible without plugins...
With plugins it's easy, eg
issueFunction in parentsOf('project = JRA and status = "Dev testing"')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.