It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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");
}
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs