Skip to content

Commit 561b442

Browse files
authored
Replace JIRA password with API token
1 parent 7089e0e commit 561b442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ This tap:
3838
{
3939
"start_date": "2010-01-01",
4040
"username": "your-jira-username",
41-
"password": "your-jira-password",
41+
"password": "your-jira-token",
4242
"base_url": "https://your-jira-domain",
4343
"user_agent": "<user-agent>"
4444
}
4545
```
46+
Check [this tutorial](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/) to generate your jira token for Basic Auth.
4647

4748
or (for OAuth):
4849

0 commit comments

Comments
 (0)