The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • How make automation jira rule that will assign issue back to developer who created PR on issue

How make automation jira rule that will assign issue back to developer who created PR on issue

wojciech.stepien1
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!
November 5, 2024

So I would need help to create a rule that will assign issue back to the developer who created PR within that issue when status of the issue is changed from IN TESTING to REOPEN.

Most of advices are pretty old and formulas are no longer valid for me unfortunately

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Brant Schroeder
Community Champion
March 15, 2025

@wojciech.stepien1 welcome to the Atlassian community

In Jira Automation, you can access the user who created an issue using the smart value {{creator.displayName}} or {{creator}}.   You can create an automation that runs on status change and then assigns it to the creator.