I want to show users everything matching a certain criteria, but with their assigned issues first.
i.e. if JQL was SQL it would be something like:
... order by (when assignee = currentUser() then 1 else 0 end)
I looked at using a scripted JQL function with ScriptRunner, but they can't be used for ordering.
A custom field doesn't work for external dependencies like current user.
I do not think it is possible.
Hello @cloud-operations
As @Alexey Matveev has already shared that it's not supported out of the box. Since, you have Script Runner plugin installed then you can explore option like writing a custom JQL function for your requirement.
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.