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
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.