We are currently using Spiceworks helpdesk and trialing JSD on-prem (installed on our JIRA Server). Within Spiceworks, there are 2 methods for auto assigning tickets.
1- When an agent first replies to a new ticket, that issue is now assigned to that agent.
2 - When an agent uses a macro in the body of the email, for example they add the string "#assign rich", the ticket will be assigned to the agent Rich.
Is there any way we can do something similar with JIRA Service Desk?
I answered this too early. What actually happens, is it looks at ALL comments, not just the most recent. Example:
Is there a way in the JQL to serch only the most recent comment?
We ended up using the free plugin, "JIRA Automation". The rule looks like:
project = ITHD AND (comment ~ "#assign" OR comment ~ "#accept")
Then: set assignee to last commented.
How it works:
If I comment on as issue and somewhere in the body of the email i write "#accept", it will assign the ticket to me. Just what I was looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use this free plugin proposed by Atlassian to add automation rule (like assign issues) :
https://marketplace.atlassian.com/plugins/com.atlassian.plugin.automation.jira-automation-plugin/server/overview
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.
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.