Jira Cloud — REST API
jira/api · version 1
envs add jira/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
JIRA_BASE_URL |
required | config | Your site, such as example.atlassian.net. An address. The name is convention.. where to get it |
JIRA_EMAIL |
required | secret | Not a label: basic auth encodes the email and the token together, so the token alone does not authenticate. Both halves are kept together here for the same reason the pair exists. The name is convention.. where to get it |
JIRA_API_TOKEN |
required | secret | Atlassian says it stands in for your password and cannot be recovered after creation, so save it in a password manager. Revoking removes it permanently; a replacement is a new token. The name is convention.. where to get it |