Hi
we don't use priority to sort columns in Greenhopper. But we need to somehow make visible that a ticket is "critical". Grad & drop in a quee is good but not sufficient. We need some kind of visual indication.
The ideal solution would be to introduce new field for issue and if the value is "critical" it would trigger
Is that possible?
Thank you
R
You can colour cards based on certain things like priorities with GreenHopper card colours, as per our https://confluence.atlassian.com/display/GH/Configuring+Card+Colours docs. By default we colour critical and blockers as grades of red, so I'm surprised you wouldn't be seeing this already. Which version of GreenHopper are you using?
As for the email trigger, you could set up a filter to email periodically based on blocker/critical issues. This can be done as per our https://confluence.atlassian.com/display/JIRA/Receiving+Search+Results+via+Email docs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep, you could use JQL to set that card colour which should sort that out.
As for emailing, it will email every time the filter criteria is met, so if it's just searching on something like "priority = critical" it will trigger every time. You could overcome this by checking for a status that changes when you're working on it, or if it's unassigned.
For example, we have issues that come in as "Open". When we triage them, they are "Atlassian Investigating". You could search for JQL on:
priority = critical and status = Open
This means an email will be fired until we triage the issue and it becomes "Atlassian Investigating". You could do something similar for assignee (say when the issue is assigned it's being worked on).
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.
Because https://answers.atlassian.com/questions/174036/can-column-header-have-summary-per-swimlane and other reasons we choose to use only one swimlane.
So the question is the same. Can issues have custom background? Preferably based on a custom field?
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.