Hi there,
As far as i know, it is currently not possible to ascend and descend the issues according to their label values in a sprint.
Is it possible to gather attraction from other users to develop such feature in a sprint?
Thank you,
Hi,
If I understand your request, you want to be able to sort issues on a Jira Software board based on the labels values. This might actually be possible to do today natively in Jira Software, but there is a catch or two here that you should be aware of.
First off, you could create a JQL filter such as
labels is not empty order by labels asc
This will return all issues in Jira that have at least one value for labels, and sort them ascending. There might a few problems with doing this:
This is kind of a tricky request. Since labels are an array, there are multiple values that in theory could be selected from. How to best sort the issues results based on the potential multiple values for that field? I'm not sure I have the answer here, just something I think will need to be considered. It might be better to select a different custom field type in Jira to sort by instead.
I hope this helps.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.