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?
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can configure the JIRA Dashboard from System Settings --> System Dashboard. Please see the screen shot attached herein.
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.