We are using Service Desk for a project that maps to the issue type task on the back end. For this service desk there are 6 choices for "Customer Request Type." Depending on which of the 6 choices is selected in the customer request type field we want the issue to automatically update the issue's assignee. Is this possible?
Hi @Kristen Viscardi ,
you can put in place that behaviour through an automation or through a scripted post function.
Fabio
So, question - do you have a workflow assigned to specific issue types? For instance - I have a workflow in jira service desk for types of issue type Mobility. In that workflow, I do a post function on issue create to assign to a user that specifically takes care of verizon / at&t / Tmobile requests. That functionality is free.
Now - that raises some questions - for instance - why do this? If a person is out sick or on holiday for a week you set yourself up for failure on SLA. So, I also go in and have a Queue set up specifically for Mobility Issue tickets to be filtered into. That way I can see the tickets in a nice bucket and how many there are to work on.
If you want to buy a plugin - script runner is what we use. We use it to also trigger our assets (also in jira) to spin up a service desk ticket when their warranty runs out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you using JIRA server? If so you can try using the add-on JJUPIN which should do the job, e.g.with a SIL update listener and a simple script
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.