Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to change assignee when 'Service Type' is selected as 'other'

Akhil Reddy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 20, 2019

Please change the automaic assignee from one user  to another user  when 'Service Type' is selected as 'other'

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 21, 2019

Hello,

You would need a plugin to accomplish it.

For example, you could use the Power Scripts add-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

You could create a post function with a code like this:

if (#{Service Type} == "other") {

   assignee = "user1";

}

You can read more about post functions here:

https://confluence.cprime.io/display/JJUPIN/Customizing+workflows#Customizingworkflows-Writingvalidators,postfunctions,andconditions

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events