We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f92b1 commit 6a7b6c4Copy full SHA for 6a7b6c4
tools/toolkits/jira.mdx
@@ -15,7 +15,7 @@ pip install -U jira
15
```shell
16
export JIRA_SERVER_URL="YOUR_JIRA_SERVER_URL"
17
export JIRA_USERNAME="YOUR_USERNAME"
18
-export JIRA_API_TOKEN="YOUR_API_TOKEN"
+export JIRA_TOKEN="YOUR_API_TOKEN"
19
```
20
21
## Example
0 commit comments