I've been struggling with what I think should be a simple task. Color a card based upon if it has subtasks of a certain status.
I have tried a whole host of various Googling/Stack Overflow/Atlassian Answers and have yet to figure this out. Any help would be much appreciated.
These are some of the attempts that have failed:
This is likely a simple issue but I'm new to JIRA administration and help would be much appreciated.
Hi JT
I believe is not possible with raw Jira, but I use an addon (JQL tricks plugin) that has a special function you can apply to issue field (issue in subtaskIssuesFromFilter(savedFilterId))
Good luck!
There's no such a built-in function that returns all issues that have at least one subtask. So, issues that have any subtasks under certain statuses doesn't exist either.
You may achieve it with a third party plugin, though .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look for Script Runner for JIRA Cloud in the Atlassian Marketplace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there functionality to determine if an issue has subtasks at all?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ all,
I use the following command to color a card if it has subtasks:
issueLinkType = "is parent task of"
You might combine it with any other command to further specify your request.
Best regards, Birdy
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.