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
Hello community! Im looking for solution to highlight new tickets that was added to active sprint with different color or any other marks, we had it on jira server before, now looking for cloud solution.
Hi @Ilia Mamontov !
this feature still exists in Cloud and as far as I know it's exactly the same as Server : you need to right click on the ticket (in the backlog or on the board) and select "Add Flag".
This will highlitght it.
Here's the documentation : https://support.atlassian.com/jira-software-cloud/docs/flag-an-issue/
Let me know if this helps,
--Alexis
Hi @Alexis Robert thanks for answer, is there any way for automation this process for tickets that was added to sprint after some time?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ilia Mamontov ,
yes it is possible to validate that the issue was added after the sprint start date.
Here is the full automation for this, I've tested it and it works fine :
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alexis Robert thanks, its very useful, is there any direct JQL that i can use in color cards? or for cloud version automation is only way to "compare two values"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The JQL to search for flagged issues is the following :
"Flagged[Checkboxes]" = Impediment
The JQL to check for issues that are in open Sprint :
Sprint in openSprints()
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Ilia Mamontov ,
Do you mean giving those cards a different color?
In that case this article could help: https://community.atlassian.com/t5/Jira-Software-articles/Highlighting-tickets-on-a-Kanban-Scrub-board/ba-p/1971653
Cheers,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Peter Van de Voorde yes - i need automatically paint just added cards in existing sprint. Is it possible to do via standard jira cloud automation?
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.