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.
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.