Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,17 @@ Usage of junit2jira:
print version information and exit
```

*Authentication*

For Jira Cloud authentication, you need to provide:
- `JIRA_USER`: Your Jira account email address
- `JIRA_TOKEN`: Your Jira API token (get it from https://id.atlassian.com/manage-profile/security/api-tokens)

*Example usage*
```shell
JIRA_TOKEN="..." junit2jira \
JIRA_USER="user@example.com" \
JIRA_TOKEN="..." \
junit2jira \
-jira-url "https://..." \
-junit-reports-dir "..." \
-base-link "https://..." \
Expand Down
Loading
Loading