In this example we want to create a simple Listener for Jira to reopen issues when are closed/done and someone comments the ticket. Imagine, we have a ticket in status “DONE” And there is a “new comment”. Then, the Listener must reopen the issue, and the ticket becomes in “TO DO” status. In this example,…
Read More