Authentication
The plugin requires authentication to access the Jira Cloud API using an API token.
API Token
Create a token at Atlassian API tokens. Atlassian offers two options — choose either one.
Create API token
Creates an unscoped token that inherits your full account permissions.
- Click Create API token.
- Enter a name, set an expiration date, and click Create.
- Click Copy to clipboard.
Create API token with scopes
Creates a token limited to the scopes you select.
- Click Create API token with scopes.
- Enter a name and set an expiration date.
- Select the Jira app.
- Select the following scopes:
read:jira-work,write:jira-work, andread:jira-user. - Click Create, then Copy to clipboard.
Signing In
When the plugin prompts for authentication, enter your Atlassian account email and the API token.
Changing Account
To switch to a different Jira account, use the Change Account action in the Jira Issues tool window toolbar.
Default Account
When logging in, you can check Use this account for other projects by default. This makes the current credentials the default for any new project that connects to the same Jira instance.
Credential Storage
All credentials are stored securely in the IDE's built-in credential store (Settings | Appearance & Behavior | System Settings | Passwords). No passwords or tokens are stored in plain text or in project files.