Hi there
I'm hoping someone can help with configuring the correct automation for this task:
I would like to assign a ticket transitioned to Done back to the user that originally moved the ticket into In Progress.
The idea is to be able to show who the 'work' of the ticket is attributed to, after it has moved through our SDLC workflow. For example:
How can I automatically assign that Done ticket to Dev1? Apologies if this has been covered elsewhere - I couldn't find anything that matched my requirements.
Thanks
Agreed with @caglad , create a custom field called Developer or what ever you want to call it. Set the value during a workflow transition:
You will need to decide if Assignee should be required during the create phase or a different transition, maybe from todo to in progress. We'll assume we know the assignee at the creation of the issue
On the closure transition
It's your decision if you want to expose this new custom field in the create, edit screen but I would put it on the view screen so you can validate the original value. Either way you can automate this via a workflow post function - no add-on needed.
I cant think of a way to automate this as there does not seem to be a way to identify Dev 2 easily. One think we did is create a customer field called developer and fill that in with the person doing the work. Dev 2 could fill their name in for example. Then you can see who completed the actual work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @caglad that might be what we have to do! I was hoping to avoid introducing further manual steps!
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.