The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Was discussing this earlier today, wanted to share with the community.
If you're trying to add users from a project role to Jira Service Desk's Approvers field, you can use a ScriptRunner post function to do the job!
import com.atlassian.jira.bc.projectroles.ProjectRoleService
import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.util.SimpleErrorCollection
def customFieldManager = ComponentAccessor.getCustomFieldManager()
def projectRoleService = ComponentAccessor.getComponent(ProjectRoleService)
def errorCollection = new SimpleErrorCollection()
def role = projectRoleService.getProjectRoleByName("Approvers", errorCollection)
def users = projectRoleService.getProjectRoleActors(role, issue.projectObject, errorCollection)?.applicationUsers?.toList()
def multiUserPickerField = customFieldManager.getCustomFieldObjectByName("Approvers") //multiuser picker custom field
issue.setCustomFieldValue(multiUserPickerField, users)
Hello everyone, Hope everyone is safe! A few months ago we posted an article sharing all the new articles and documentation that we, the AMER Jira Service Management team created. As mentioned ...
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