Skip to content

Commit 3548471

Browse files
committed
docs: add missing PYTEST_JIRA_USERNAME to Jira integration section
Add the missing PYTEST_JIRA_USERNAME environment variable to the Jira integration section in RUNNING_TESTS.md. The utilities/jira.py module requires all three variables (PYTEST_JIRA_URL, PYTEST_JIRA_TOKEN, and PYTEST_JIRA_USERNAME) but the documentation only listed two. Assisted-by: Claude <noreply@anthropic.com> Signed-off-by: rnetser <rnetser@redhat.com>
1 parent 9ec6aeb commit 3548471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/RUNNING_TESTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ To use jira plugin, you need to set the following environment variables:
180180
```bash
181181
export PYTEST_JIRA_URL=<url>
182182
export PYTEST_JIRA_TOKEN=<your_token>
183+
export PYTEST_JIRA_USERNAME=<email> # email associated with the Jira account
183184
```
184185

185186
## Additional options

0 commit comments

Comments
 (0)