So I have an bug/task in Jira that contains a both a "comment" field and a "status" field that are sent to a database where I store the information. The problem is that when I resolve an issue (let's say to "Resolve ") and thus updating the Status field and adding a comment to it both the "Issue Resolved" and "Issue Commented" events fire one after the other, causing duplication in the database because the updating file (Groovy) is ran twice, once for each event.
I want that when I resolve an issue, the file gets fired only once when I resolve an issue instead of mulitple times. I would need like a blocker or like an event that takes the Resolve issue as a whole in one event.
Thank you!
This is the listener
Hi, @Hernan Mathias Farina Forster
Try this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.