You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.