I'm new to Jira, and trying to have the same colour coding functionality as in Azure DevOps.
Community:
What I'd like to have, please:
- If a card has been added to DONE in the last day (24 hrs?), then highlight (so during Stand-Up, we can easily see which has been completed since yesterday's Stand-Up, and discuss if necessary.... when there are tonnes of cards in the DONE column, I have no idea which are new).
- Will also need some sort of code so they don't stay highlighted after say 30 hours (otherwise all the cards will stay green, not just the new ones).
- If a card has been recently updated (moved, commented, etc.), say in the last 24 hrs, to be highlighted (so we can all see the latest news and/or talk about it).
Thanks :)
I have found the following code in the forums here, which will be useful for us:
status = "Code Review" and status changed to "Code Review" before -24h (highlight cards with "Code Review" and not had their status changed for over 24 hrs).
NOT status CHANGED AFTER -4d AND statusCategory != Done (If the status of a card hasn't been changed after 4 days and it's not in the DONE column, highlight it... I'll be using this one).
ATLASSIAN:
- please make it so the whole card background can be highlighted, and text colour can change as well (so if someone chooses a dark bg, they can change the text to white)
- please make card colour changing easier to do. It's dead easy to use conditional formatting in Excel to do this sort of stuff, and reasonably easy in Azure DevOps. It's super useful to teams.
- please create a guide on changing card colours, and examples of JQL to do it (as many as possible).
Cheers!
Is this the answer to highlighting a card which has been moved to done within the last 24 hours?
status CHANGED AFTER -1d AND statusCategory = Done
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.