When I get into the Issue Navigator for a project I see the issues sort according to Priority by default. We don't really use Priority in our projects, so it's annoying to have to select a new field (which I can't scroll to, btw) and then re-select the ordering, and THEN, if I'm lucky, I don't have to change the filter, otherwise the view defaults to sorting by Priority.
I can't find any documentation on how to configure this setting. I want to be able to have the issues sort by Key, descending, when I open the Issue Navigator. Anyone know if there's a way to make that happen? Thanks!
You can't do this to an OnDemand installation. Your only option is REST there.
If you want to do it to a Jira you have full control over, then you probably want to write a service in Jira that can pull from whatever msmq might be, parse the data available and update an issue. You can wrap services up as Jira plugins, have a look at https://developer.atlassian.com/display/JIRADEV/JIRA+Plugin+Guide and then https://confluence.atlassian.com/display/JIRA/Services
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.