Hi guys,
The tickets we assign to the client have the status Done. The client usually reopens the tickets using the appropriate status and at the same time, he wants it to automatically change the assignee (from him to the required developer).
Could you please advise if this is even possible?
Thanks!
Yana,
I am assuming the client has full access and permissions to transition and assign issues. If not please elaborate on the situation further. What I recommend is that you add a transition screen called say “reassign” and include the assignee field. Edit the workflow and add that screen to the reopen transition. Add a validation that requires that the assignee field be updated. Publish the workflow. Note, the one possible downside of this is if the client changes the assignee before transitioning the issue then it will get messy since they will still be required to modify the assignee. So they would need to cancel the transition, change the assignee back to themselves or some user other than the desired one then perform the transition and set the desired assignee.
Hi Jack,
Thanks for your response! Yep, the client has full access and permissions. He doesn't want to waste his time clicking on any buttons like choosing the assignee or anything else - he wants it to be done automatically when he changes the status from done to reopened.
Thanks again for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so is the reassignment done to the previous assignee and if so will this always be the case? If so I recommend creating a custom user picker field called say “developer”. When resolving the issue copy the current assignee to the “developer” field using a post function. Then add a post function to the reopen transition to copy the developer value to the assignee.
Pro tip: you may want to further automate by naming the custom field “previous assignee” and setup you transition post functions to ping-pong between the developer and client.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great, this is at least something we can handle on our own later. Thanks a lot for your help!
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 want to “edit” rather than view workflow. In any event the limitation here is that it is a static single user. If the issue is to always be assigned to the same person this will work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If You Have the Any Grop like developer You Can assign that Group That time Also It Will Helps to you @Yana Barsegyan @Jack Brickey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@PVS thanks a lot for your prompt response! I'm not sure that the problem described in the article matches mine.
When an issue is transitioned to "In Progress", you may want the issue to be automatically assigned to the person who transitions it.
I really like the idea about groups - will try it out
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.
Hello @Jack Brickey @PVS
I have similar situation and would like if possible you to advise me how to setup up an automation rule in JIRA. This is scenario: Dev is doing implementation and status of issue is Work in Progress, then goes to Ready for Testing and we have a rule that ticket is not assigned. Then available QA pick up the issue, assign to him and move issue to Testing status. Next status is Tested and issue is assign to QA team member.
I would like when issue goes to Tested status to make a rule to be assign back to Developer. Is it possible to setup? Thanks!
Regards,
Jovanka
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.