Skip to content

Commit

Permalink
Replace JIRA password with API token
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafazh authored and Mostafa Zaher committed May 23, 2023
1 parent ff684a8 commit 96630b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ This tap:
{
"start_date": "2010-01-01",
"username": "your-jira-username",
"password": "your-jira-password",
"password": "your-jira-token",
"base_url": "https://your-jira-domain",
"user_agent": "<user-agent>",
"request_timeout": 300,
"groups": "jira-administrators, site-admins, jira-software-users"
}
```
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.

or (for OAuth):

Expand Down

0 comments on commit 96630b0

Please sign in to comment.