You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi community,
I am trying to use a ScriptRunner post-function to clone a SD Request into a new SD Request. In the newly created request, approvers are not automatically added, and therefore I would like to define them in the ScriptRunner cloning post-function.
Here is my code:
def cfChange = customFieldManager.getCustomFieldObjectByName("Approvers")
def userManager = ComponentAccessor.getUserManager()
def user = userManager.getUserObject("USERNAME")
issue.setCustomFieldValue(cfChange, user)
But I get this exception:
java.lang.NullPointerException: Cannot get property 'id' on null object
test
What's the correct way to add a group of approvers in the "Approvers" JSD custom field?
I found this in the official documentation, but it's not helping me much:
Thanks in advance for your help.
Cheers,
David
I finally found the solution... The Approver field used by the customer was a new translated field. It worked much better using the following:
def cfChange = customFieldManager.getCustomFieldObjectByName("Approbateurs")
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.