Automatically Configuring Components

nobuaki iwata April 20, 2020

 

Hello
In order to automatically add the script runner to the component when creating the ticket, we have set the script below in Behavior.

We have verified that it will automatically be added, but if a project has multiple workflows configured, it will not work.

I would like to add components automatically for projects with multiple workflows, but could you tell me how to work?

Thank you for your consideration.

 

import com.atlassian.jira.component.ComponentAccessor
import static com.atlassian.jira.issue.IssueFieldConstants.COMPONENTS
if (getActionName() != "Create Issue") {
return // not the initial action, so don't set default values
}

// set Components
def projectComponentManager = ComponentAccessor.getProjectComponentManager()
def components = projectComponentManager.findAllForProject(issueContext.projectObject.id)
aaaa"] }*.id)

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events