When you create a new, custom, status, you assign it to a category. You also map statuses to categories on the Agile board.
I want to be able to search for tickets by those categories - New, In Progress, Complete.
This would allow me to create a view for an Epic similar to the Sprint Health Gadget.
As it is, I have to be able to group the Custom Status fields into categories as I read the chart, or create multiple charts to have the view for an Epic that I get for a Sprint in the Sprint Health Gadget.
statusCategory = indeterminate (in progress)
statusCategory = done (done)
+ new
+ undefined
Hope this helps
You can't do it without some dev work. Maybe easier to just create a scripted field that stores the status category on the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jobin - thank you very much for the response, do you have a script already for that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not but it should be fairly easy to do if you have Scriptrunner plugin. See https://studio.plugins.atlassian.com/wiki/display/GRV/Scripted+Fields. Try issue.statusObject.statusCategory.name
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.