set assignee on create issue

alex November 28, 2017

Hi team.  I need help. I have the script which changes assignee to create issue, but he is not working.Please help me.

import com.atlassian.jira.ComponentManager

def assignee = issue.assignee

if (assignee == null) {
issue.setAssignee("usera")
}

 

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events