Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,640,981
Community Members
 
Community Events
196
Community Groups

Create automation to reassign the ticket that was moved into a state, to the user who had brought th

Hello,

when a isssue is transitioned from a certain status to another one, I want that the ticket will be reassigned to the user that has put in to a previous status.

E.G.:

 When an issue is moved to "Complete" status I want that the issue gets reassigned to the dev that has put it in "In progress" status.


2 comments

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 07, 2022

Hi @Giulio Vallata , Welcome to the community.

Have you attempted to create the rule as yet? If so, please share what you have and where you might be stuck. They should be pretty straightforward based on what you have shared. It will basically look something like this.

trigger - transition (use the From/To parameters to align with your goals)

action - assign issue to the user that triggered the rule

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 07, 2022

E4E2DA45-6166-48EC-A1DD-A1EEBDB8B54A.jpeg

Hi @Jack Brickey this is the rule I've actually created.

Screenshot 2022-11-07 151249.png

I'd like that the issue get reassigned to the user that has it in the "In progress" status or transitioned from "To do" to "In progress".


Marta Woźniak-Semeniuk
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 09, 2022

Hi Giulio, 

unfortunately this might be harder or impossible, depending on the setup of the workflow you have. 

Here you can find more details about assigning issues in automation rules.

You can make it that it has to be a previous assignee who is not in the group "developers" to exclude the PO and go to the assignee before him - but only if you work with user groups and that would not mess the setup you have. 

But - if you have something in between statuses "in progress|" (or whatever the status indicating meaning the work being done by Developer is) and "UAT Test", for example "Code review" - then it will assign the ticket to the whoever was assigned to it in the status previous to "UAT Testing".

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 09, 2022

@Giulio Vallata , if you wish to reassign to the 'previous assignee' then you will need a custom user picker field that can be used to record the assignee before transitioning to another user. In this way you will be able to reference that user field to reassign.

Marta Woźniak-Semeniuk
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 10, 2022

@Jack Brickey will it remember more than the exact "previous user"? 
Meaning - if it was assigned to Jack, then to Jill, then to Bill - will there be option to get to Jack or only Jill as she is the last "previous user"?

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 15, 2022

no. it would only store a single user. In my suggested solution only the last previous assignee would be retained. Any previous – previous assignee would be overwritten.

Not sure I follow the use case here. But consider the following as an example.

Let's say that you have four different user roles that would be involved in a single issue:

  • Project manager - they are responsible for defining who works on what
  • Developer – the user assigned to implement the request
  • Tester - the user assigned to test the request
  • QA – the user assigned to verify that the requirements have been met

In the above scenario if, it is a requirement to retain all of these users independent of the current assignee, then you would need to have a unique field for each of those users.

Comment

Log in or Sign up to comment