We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c033aac commit 434e4c3Copy full SHA for 434e4c3
README.md
@@ -16,6 +16,8 @@ Create a Personal Access Token (PAT) in **JIRA** as per [instruction](https://su
16
17
Add `$JIRA_USER`, `$JIRA_API_TOKEN` and `$JIRA_INSTANCE` to your favorite shell:
18
19
+**Important**: `$JIRA_INSTANCE` needs to be pointed at the `atlassian.net` domain, for example `htts://x.atlassian.net`.
20
+
21
```
22
echo -n 'export JIRA_USER=YOUR_USER' >> ~/.zshrc
23
echo -n 'export JIRA_API_TOKEN=YOUR_API_TOKEN' >> ~/.zshrc
0 commit comments