Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

After status change - assign the ticket back to developer

Hussain Bin Ali
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2022

i have a status called fixed.

The QA will test the scenario and if it is not fixed, it should go back to the developer who fixed after putting the status revert.

how can i add rule for that ?
(back to previous status changer from started to 

3 answers

2 accepted

4 votes
Answer accepted
Walter Buggenhout
Community Champion
June 25, 2022

Hi @Hussain Bin Ali and welcome to the Community!

You can use an automation rule like this to assign the issue to the previous assignee:

Screenshot 2022-06-25 at 16.11.07.png

That scenario should work if the previous assignee is indeed the developer that moved the issue towards QA. If your scenario is more complex, you could also consider this more complex alternative:

  1. create a user picker custom field, e.g. Developer
  2. when an issue is assigned to a developer (when the issue is moved to In Progress) copy the assignee from Assignee to the Developer custom field.
  3. When the issue moves back from QA back to In Progress again, copy the value from Developer back to Assignee

Hope this helps!

Hussain Bin Ali
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2022

thanks

Like Walter Buggenhout likes this
1 vote
Answer accepted
Bill Sheboy
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.
June 25, 2022

Hi @Hussain Bin Ali -- Welcome to the Atlassian Community!

One possible way to do this is with an automation rule and a custom field to store the developer.

  • add a custom field, such as Assigned Developer
  • create an automation rule which saves the Assigned Developer when an issue is in your "development" status
  • create another automation rule which re-assigns the issue to the Assigned Developer when the issue transitions backwards in flow from "Fixed" to "development".

 

To get you started and learn more about automation rules, please see this documentation and examples:

Kind regards,
Bill

0 votes
Karyna Tyrnavska _SaaSJet
Atlassian Partner
August 11, 2022

HI, @Hussain Bin Ali !

Check the approver step to solve your case. 

You can set an approval workflow and set a scenario, so if the issue is not fixed, it will go back to the developer.

image.png

Try out Business Process Manager for 30-day free, my team has developed it to build business processes in Jira

Bill Sheboy
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.
August 11, 2022

Hi @Karyna Tyrnavska _SaaSJet 

When recommending a marketplace vendor product, please ensure that you disclose your affiliation to that vendor in your post wording. For more information about this, please see:

Atlassian Community online guidelines for Marketplace and Solution Partners

https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Atlassian-Community-online-guidelines-for-Marketplace-and/ba-p/689723

Kind regards,
Bill

Like # people like this
Karyna Tyrnavska _SaaSJet
Atlassian Partner
August 11, 2022

Hi, @Hussain Bin Ali !

Thank you, I'll edit my comment due to the Community Rules.

Best Wishes,

Karyna

Suggest an answer

Log in or Sign up to answer