Today, a coworker asked me why I posted a comment under her Jira ticket which is totally unrelated to my daily work. However, I did not create or submit that comment myself.
I checked a few things but still couldn't figure out where it came from, please help.
I attached the audit log below, while the comment was posted on Mar 11 at 10:31 EDT.
Hello @Luyang Zhang
The Audit Log you are referencing in your screen images does not record actions taken at the issue level. That log is for recording Jira application setting level actions, like change configuration elements.
Besides Automation Rules there are a number of other ways that comments can be added to an issue automatically, such as through workflow Post Functions or actions taken through a script.
Is the comment referencing an issue that is linked to the issue where the comment appeared?
Did you execute an action on the issue referenced in the comment?
If the issue referenced in the comment was linked to the issue commented at the time, there may be something related to the transitioning of that referenced issue that causes comments to be added to the linked issues.
Hi Trudy, thanks for your reply.
Did you execute an action on the issue referenced in the comment?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Let me see if I understand the flow of events:
1. You transitioned AAA-1 to Done
2. In AAA-2 within moments a comment appears with a link to AAA-1 and a message that it was transitioned to Done, with you as the author of the comment.
You said there is currently no link between AAA-1 and AAA-2. Did you check the issue history of both to see if any such link existed at the time of the comment, which was subsequently removed?
Have you looked at the workflow for that issue type and examined the transition to Done to see if it includes a post function to create a comment?
Do you have a third party app that provides Listener functionality, to listen for events and execute actions? ScriptRunner is one such app. JMWE is another. If so, is one set up to listen for transition events in this project and take some action, like adding a comment.
There is also the native System Webhook functionality that can listen for events and fire REST API calls in response. Does one exist that would react to transitions in this project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The flow of event is:
I just checked the history of those two issues, and no history of linking found.
The only action executed by me on those two issues was I updated their request type.
I checked the workflow and there is no post function on any path.
For third party app, we only have Time Tracker and Zephry installed on our instance and I don't think they provides Listener functionality.
I checked the API token log, indeed, there were several API got called that day (don't know the specific time and frequency). However, none of them belongs to me and none of those user has admin permission, so they should face a 403 even they tried to post with my account.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am running out of ideas. :-(
Can you check System Webhooks to see if there are any webhooks that may have been triggered?
<yourBaseUrl>/plugins/servlet/webhooks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I checked system webhooks, the listed 3 webhooks are all restricted with JQL so should not be the cause. The only suspicious thing is it shows 4 webhooks found but only list 3 below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have exhausted all my ideas.
Have you seen the problem recur or was it a one-off?
To get additional help at this point I recommend opening a support case directly with Atlassian.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm out of ideas too. Atlassian Support should enjoy reading this thread and all the ideas we've had. I'll be interested to hear if you work out what caused this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you mean 9:31 EDT?
Any chance there is another user with the same name?
I would suspect an automation being run as you, somewhere else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matt,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John, I have click that button several times but still shows nothing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmmm, do items show up on other work items if you click it?
Updates can also happen as a result of events firing on the workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.