java.lang.Object | |
↳ | com.atlassian.jira.application.ApplicationConfigurationHelper |
Used to configure JIRA Applications (for example JIRA Software, JIRA Core, JIRA Service Desk) with default configurations such as default groups, default global permissions, admin access to applications and configuration of instance's default application; used during user creation.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Performs initial configuration for applications during JIRA Import.
| |||||||||||
Performs initial configuration for applications during JIRA Setup.
| |||||||||||
Configure the passed admin for all the default applications by adding the admin to all the applications default
groups.
| |||||||||||
Validate whether the specified application can be configured.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Performs initial configuration for applications during JIRA Import. This action is performed anonymously as the user performing the import might no longer exist after import.
Performs initial configuration for applications during JIRA Setup.
additionalGroups | Groups that will be added to all the licensed applications. They won't be added as defaults. |
---|---|
publishEvent | If true then ApplicationConfigurationEvent will be published if there were any
changes made by this method. This is especially handy during initial setup, where sending events might
cause unwanted actions (like User Management sync)
|
Configure the passed admin for all the default applications by adding the admin to all the applications default groups. This method is only useful if the applications in JIRA are configured with default groups.
user | the user to configure. |
---|
Validate whether the specified application can be configured. This will also determine whether default group can be created by the provided user (or anonymously if no user has been provided).
applicationKey | key identifying application. |
---|---|
user | user performing configuration or null if this is not being performed by a user. |
empty()
if
there are no warning.