Hi. I have a workflow which starts with "Waiting to be assigned" so I can see all unassigned tickets. The next status is "Assigned".
Is there any way to automatically change the status when someone assigns a ticket (either to themselves or to someone else)? At the moment you can assign it to yourself (or someone else) and the status remains at "Waiting to be assigned". I'd like it to move statuses automatically (when it is assigned).
Thanks for any help or guidance you can give with this (and apologies if this has been asked/answered previously - i've searched through and can't find how to do this).
You could also go the other way around and use a postfunction that automatically asigns the issue to the user that starts progress in an issue.
I think there are multiple approaches to get a solution you might be ok with, but to choose the best overall one should have a good knowledge of your normal workflows.
Hi Richard,
Have you considered to change your current workflow?
Maybe a better approach could be "Waiting for Support" --> "In Progress" (this will be a manual change - known as transition )
Here you have a few options:
To setup a postfunction to automatically assign the issue the person who press "In Progress"
Use the native update field postfunction to do that.
or Let your team to manually assign issues as currently they are doing.
In addition, to query unnasigned issues simply, create a JQL Filter - Issue > Search Issues >
assignee is EMPTY
The above query can be used on Boards Swimlanes and QuickFilters, JSD Queues and Jira Dashboard / Gadgets.
Does my proposal make sense to you?
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks both for the responses. I'll have a play around and see what I can sort out using your inspiration.
Thanks again
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.
Happy to help :) Best of luck.
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.