Forums

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

Transition Issue when reporter adds comment

Nick Dring
Contributor
May 29, 2019

Hi, I want to add an automation so that when the reporter of an issue makes a comment the issue is transitioned. The rule would only be applied when the issue is in a particular transition.

So for example, an agent adds a comment to an Issue and then manually sets the status of the issue to 'awaiting feedback'. When the reporter replies the issue automatically is transitioned to 'In progress'

I got some of it figured but making the rule only when the reported adds a comment I couldn't see how to do.

Cheers!

1 answer

1 accepted

2 votes
Answer accepted
Victor Seger
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.
May 29, 2019

Hello Nick,

To create this automation, you can use the Issue commented trigger, adding two conditions that will check if it is in the correct status and if it was the reporter that commented on the issue.

The first condition used in this example is a JQL condition that checks the status. The second one was User condition using a comparison between the user that triggered the event (who commented on the issue) and the reporter to verify if the author of the comment is the reporter.

The action done in the Then step was Transition issue were we have transitioned the issue to In progress as you suggested in your example:

 

cbs-14829 1.png

 

cbs-14829 3.png

 

 

 

 

cbs-14829 3.png

I hope this description is clear and helps you.

Please, let me know if you need any help.

Cheers,

Victor - Automation for JIRA

Nick Dring
Contributor
May 31, 2019

Thanks Victor! That is perfect!

Nick

Like Victor Seger likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events