For the complete documentation index, see llms.txt. This page is also available as Markdown.

Jira Cloud

Connection Requirements

1 - Domain

The Jira Cloud domain for your organization. This is the part of your Jira URL before .atlassian.net. Example: mycompany for https://mycompany.atlassian.net

2 - Email Address

The email address associated with your Atlassian account. Example: user@example.com This should be the email of a user who has permission to Browse Users and Groups in Jira. Scopes: read:jira-user, read:email-address:jira

3 - API Token

Your Atlassian API token. You can create one at https://id.atlassian.com/manage-profile/security/api-tokens. To create the token: log in, select Create API token, give it a descriptive name, choose an expiration date (1–365 days), select the app and scopes it should access, then click Create and copy the token to your script or save it safely.

4 - HTTPS Proxy

Proxy URL (optional).

5 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated