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