I wonder if anyone can help me with this as I've been tearing my hair out as to why the autotransition listener is working most of the time, but missing issues occasionally on our helpdesk.
I have set it like this:
customfield_10110 is a field for Additional Reporters. This picks up most new comments on issues from reporters and transitions them back to 'In Progress' so we can investigate. It seems to be working most of the time, but not all of the time. I've tried enabling debugging in the logs for the com.atlassian.jira.toolkit.listener.AutoTransitionListener class, but this doesn't seem to help.
How could I debug this and/or fix this problem?
Many thanks in advance to anyone who can help!
Not all comments trigger an issue commented event. E.g. if you attach a file and comment, you'll get issue updated event. Maybe you have to expand the event id list.
Henning
Thanks, I've created two seperate listeners for the two updates as it would not allow me to put '2,6' in the Event ID. I'll see if this works!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Henning, is there absolutely no way to trigger event for all comments ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Shashankthere is an event for each comment, but it's not always "Issue commented".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Henningthanks, I just wanted to trap a comment written, and it wasn't being triggered in my instance. A restart worked :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.