Skip to content

Commit 434e4c3

Browse files
authored
Update README.md
1 parent c033aac commit 434e4c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Create a Personal Access Token (PAT) in **JIRA** as per [instruction](https://su
1616

1717
Add `$JIRA_USER`, `$JIRA_API_TOKEN` and `$JIRA_INSTANCE` to your favorite shell:
1818

19+
**Important**: `$JIRA_INSTANCE` needs to be pointed at the `atlassian.net` domain, for example `htts://x.atlassian.net`.
20+
1921
```
2022
echo -n 'export JIRA_USER=YOUR_USER' >> ~/.zshrc
2123
echo -n 'export JIRA_API_TOKEN=YOUR_API_TOKEN' >> ~/.zshrc

0 commit comments

Comments
 (0)