I have Service Desk and JIRA Cloud setup.
Within Service Desk, I have a large number of request types (this is linked to Zendesk and other systems for various customer support folks.)
I want to use JIRA Automation to automatically assign all tickets that come into the queues with a specific request type to the same assignee that's found on a ticket in another JIRA project.
* TICKET-123 has an assignee of Mark
* SERVICEDESK-1 request was made
* Automation should run and copy the assignee from TICKET-123 to SERVICEDESK-1
I've tried to use the following and it is not working. I am sure there is some update to the JQL that I could make... or maybe it's just not possible to reference an issue in JIRA from Service Desk?
When: Issue Created
And: Request Type = ABC
Then: Assign the issue to:
To solve this, we moved the ticket into our service desk project rather than in a separate one. So, not a perfect solution, but it's working as intended now.
Is the assignee on the other issue changing regularly? What happens when that issue is closed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The assignee of the other issue does change every two weeks, yes.
The root of the problem we're trying to solve is that the Service Desk tickets need to be auto-assigned to an on-call Engineer. However, the round-robin, etc options in JIRA are not what we want as this is a "static" value (user) that changes every few weeks on a constantly updated schedule determined at bi-weekly sprint planning sessions.
So, we've set up a ticket in a project (TICKET-123) that will not get closed. We update the assignee of TICKET-123 each sprint planning session. The desire is that we have Service Desk tickets with a specific Request Type assigned to the assignee of TICKET-123 automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mikeb ,
Question, how is the link established between the Service Desk issue and the Ticket issue?
For a client of mine I have a request type with an issue picker field on it. And with a Behavior (scriptrunner) I take over various fields (fields also included by request type (not mutable)) from the issue chosen in the issue-picker field.
Greetings, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure I get your meaning?
But firstly, our organization does not have Scriptrunner.
As far as linking the JIRA ticket and the Service Desk (SD) ticket, the only connection is the JQL within Automation. My understanding is that despite Service Desk being a separate "app", it's still within Atlassian's ecosystem, thus JQL can and will return any data within SD, JIRA, or Confluence.
I need this to be as simple as possible and without any paid add-ons like Scriptrunner.
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.