Skip to content

Commit 6a7b6c4

Browse files
authored
fix: jira api key (#194)
1 parent 82f92b1 commit 6a7b6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolkits/jira.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip install -U jira
1515
```shell
1616
export JIRA_SERVER_URL="YOUR_JIRA_SERVER_URL"
1717
export JIRA_USERNAME="YOUR_USERNAME"
18-
export JIRA_API_TOKEN="YOUR_API_TOKEN"
18+
export JIRA_TOKEN="YOUR_API_TOKEN"
1919
```
2020

2121
## Example

0 commit comments

Comments
 (0)