The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Personalized sorting

MartinPledger
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 11, 2019

We have a dashboard which has a gadget (filter results) for each user which lists all the tickets assigned to that user. This allows us to see each user’s workload. What I’d like to do is make it possible to sort these tickets into priority order. The problem with this is I want the sorting to be unique to that user, i.e. it’s that specific user’s priority, it shouldn’t affect the global ranking for example.

Any ideas on how I could achieve this, either by using a dashboard and gadgets or a completely different approach?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 11, 2019

you can add the following to the end of your filter that defines what your Filter list gadget displays....

ORDER BY assignee ASC, priority DESC

in the above your list will first sort by assignee and then by priority.

MartinPledger
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 12, 2019

Thanks for the feedback, but I can't use the built in 'priority' field as that is used by everyone. We need user-specific priorities.

What would be ideal is if users could drag and drop the tickets on the filter results widget into priority order, but that doesn't actually affect the ticket in any way, it's only remembered at the dashboard level.

Like # people like this
0 votes
Jayesh Wankhade
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 11, 2019

You can configure the JIRA Dashboard from System Settings --> System Dashboard. Please see the screen shot attached herein.

 

Capture.PNG