Forums

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

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

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.

Suggest an answer

Log in or Sign up to answer