Forums

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

Close issues automatically after a string is set on a comment?

Bruna Griebeler
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.
November 18, 2015

On Jira, Is there a way to close issues automatically after a string is set on a comment?

Using JQL we can use bulk change - transition, but how can we automatize that?

 

Thanks!

1 answer

0 votes
Nic Brough -Adaptavist-
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.
November 18, 2015

You need a little code to do that - a listener that can listen for issue updated and issue commented events, scan them for the string you want to trigger the change and then push the issue through the "close" transition.  I'd use the script runner to do that.

Suggest an answer

Log in or Sign up to answer