com.atlassian.bitbucket.jira.JiraSetupService |
Encapsulates Jira interactions for:
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create an authenticated, reciprocated Application Link to a Jira server, and optionally set up a Jira user
directory for it.
|
Create an authenticated, reciprocated Application Link to a Jira server, and optionally set up a Jira user directory for it.
remoteRpcUrl | RPC URL of the remote Jira application |
---|---|
localRpcUrl | RPC URL of the local Jira application that is resolvable by the remote Jira application |
username | Jira administrator username |
password | password corresponding to the supplied username |
setupUserManagement | if true, create a local user directory backed by the remote Jira server |
JiraSetupException | if something goes wrong with link creation, authentication or Crowd delegation. Clients should display the exception message to the user and log the exception. |
---|