The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Custom Script Create transition post function if user in group exist change custom field

Benny Ankri
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!
June 18, 2017

Hi,

I am trying to set or change custom field according to the group the user that create the issue , if the user is in GROUP A , custome field would be XXX if user in GROUP B custome field would be YYY.

This is my script , it seems to run fine but it doenst work.

 

I am really new at this so tried to work with some scripts I found...

import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.issue.MutableIssue
import com.atlassian.jira.issue.IssueManager
import com.atlassian.jira.issue.fields.CustomField
import com.atlassian.jira.ComponentManager
import com.atlassian.jira.issue.CustomFieldManager


CustomFieldManager customFieldManager = ComponentAccessor.getCustomFieldManager();

if(ComponentAccessor.getGroupManager().isUserInGroup(issue.getReporter(), "QA")){
issue.setCustomFieldValue(customFieldManager.getCustomFieldObjectByName("Platform"), "All");

}

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events