Forums

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

Assign issue based on customfield value

Connor Sims July 26, 2017

I am trying to assign a user based on a customfield value (If customfield value is West, East, Central, assign to user1, user2, user3)

 

Customfield is a drop down with 3 options, script is set as a post function as the first in the transition for the Create step and the Open step

Here is my code:

 

import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.issue.MutableIssue

import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.issue.MutableIssue

String userName;

switch(ComponentAccessor.getCustomFieldManager().getCustomFieldObjectByName("customfield_10602").toString()){
case "West": userName = "user1";break;
case "Central": userName = "user2";break;
case "East": userName = "user3";break;
}

issue.setAssignee(ComponentAccessor.getUserManager().getUserByName(userName))

 

Can someone help me figure out why it keeps going to 'Unassigned' despite saying the post function step succeeded every time?

 

Many thanks

 

1 answer

0 votes
BigBrother July 26, 2017

Have you tried using the email addresses as opposed to the user names? When Atlassian rolled out SSO earlier this year, it caused a lot of inconsistencies regarding where usernames are required instead of email addresses and vise-versa.

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, state of product 2026, product teams report, developer experience, product manager survey, AI impact, product team stress, product teamwork, dev workflow insights, 1000+ PMs, product leadership research

State of Product 2026

State of Product 2026: your pulse check on product development today. We asked 1000+ real teams how they’re feeling–and they had a lot to say.

Get the report
AUG Leaders

Atlassian Community Events