Get Credentials Jira
1. Generate an API Token in Jira
- Go to https://id.atlassian.com/manage-profile/security/api-tokens.
- Click on Create API token.
3.Enter a name for the token, such as Konvex API Token
.
4.Click Create and copy the generated token. Save this token in a secure location because you won’t be able to view it again.
- Copy the URL, which can be found when you are in the Jira project.
2. Configure the Credentials in the Konvex API
- Build blank file for the credentials.
- Add the following environment variables and ensure to pass these credentials to
[email protected]
:
-
[email protected] JIRA_API_TOKEN=your-api-token-generated JIRA_URL_DOMAIN =your-jira-domain example:https://konvexApi.atlassian.net
Updated about 2 months ago