Hello all,
I've created a custom field "Stakeholder" to tag each of my tickets with the correct department. I have an "all open tickets" filter I use to review tickets each day with the Org, department by department.
A week or so after I started this process, I opened the same filter I've been using the whole time, and now the filter sorting is wonky - despite no changes to the custom Stakeholder field, it seems to sort however it wants :D There will be a couple tickets grouped on the same dept/stakeholder, then a seemingly random set of mixed stakeholder tickets...
Pretty awkward in the meetings trying to explain to C-Suite why I have to scroll around randomly to stay on department/stakeholder :(
I had to abandon the Filter approach and use a custom Issues view. Personally, I like both, but the Filter is more user friendly UI for the audience I'm presenting to - would prefer to stay with the Filter if I can get the sorting worked out.
Anyone have experience with this issue and hopefully a fix?
What is the type of your Stakeholder, custom field: single-select option, text, etc.?
And, please share the JQL you tried as that may help to explain this symptom. Thanks!
Kind regards,
Bill
Argh, this UI is fighting me...
Single-Select Option, purely text values.
Tried plain vanilla Filter (project and in openSprint) and ordering still wonky.
Checked select values for spaces or goofy characters but all seem sound.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thus your JQL query looks something like this with the ORDER BY keyword, correct?
project = MYPROJECT
AND sprint IN openSprints()
ORDER BY Stakeholder ASC
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.
And with that ORDER BY clause, the returned work items are not ordered by that field consistently?
Is the field single-selection or multiple-selection?
From where are you viewing / sorting the work items?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bill!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please post the actual JQL you are using as neither the column title (i.e., custom field name) nor the options shown match for the images relative to your question.
That is...
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project = MYPROJECT and Sprint in openSprints() order by cf[10401]
Jira converts the text title to the custom field ID looks like.
LMK if that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Meant to add: I didn't post the entire list of values, only a snip for visual.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please try adding "ASC" or "DESC", as needed for your query, because as the documentation notes for ORDER BY when neither is specified:
By default, the field's own sorting order will be used. You can override this by specifying ascending order ("asc") or descending order ("desc").
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here's a screenshot of the experience (including explicitly using ASC):
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unless your site was originally converted to Cloud from a Server / Data Center one, I am out of ideas for this one.
Please work with your Jira Site Admin to submit a ticket to Atlassian Support as they may see something we are missing: https://support.atlassian.com/contact/#/
When you hear back from them, please post what you learn to benefit the community.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bill, submitted ticket via link you provided.
If I receive a fix, I'll post it here.
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.