Support desk users who are working on tickets are getting update notification emails which state the ticket has been updated by myself and I haven't even looked at the ticket.
It is happening when a status change is taking place.
Status: | Waiting for |
but it is saying the change is by me.
Any idea how to get it to correctly get JIRA to identify the support desk user who is actually working on the ticket and not me.
We have done some more testing and a service desk team member closed a ticket the email notification also showed the change done by my user name.
Thanks
This sounds like you have an automation or script that is acting in your name. Start with a look at the automations you have set up in the project, and then the global lists of automations and listeners.
What about scripts, listeners or jobs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Some of that depends on what scripting and automation apps you have installed, but most of them will work by allowing you to add post-functions into workflows, or create listeners.
Go in to edit the workflow where this is happening and look at the transition that has this problem. Check all the triggers, validators (there shouldn't be a validator doing this, it's a terrible thing to do, but someone might have) and the post-functions on the transition. It's likely to be a post-function. Most transitions have a default of five "system" post-functions, which will explain themselves well (fire an event, index the issue, etc) so you're looking for another one. Hopefully, the person who added it described it well.
The other thing to look for is Admin -> Listeners - they're all independent items, and again, hopefully, the author put in a good description.
If your scripting tool is Scriptrunner, there's also a built-in script called "script registry" that gives you a list of every script and where it is running, which might help identify the culprit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have created a new workflow and moved the request type to use this new workflow.
Got a user to create a ticket and a member of staff to assign the ticket and comment.
The system is still flagging that the status has been changed by me.
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.