You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,25 @@
1
1
2
2

3
3
4
+
# git-jira
5
+
6
+
A simple CLI to switch to git branches based on one's JIRA tickets, only supports Jira Cloud.
7
+
4
8
## Installation
5
9
6
10
```bash
7
11
brew tap freenowtech/cli
8
12
brew install freenowtech/cli/git-jira
9
13
```
10
14
11
-
Create a Personal Access Token (PAT) in **JIRA**(not Confluence ⚠️) as per [instruction](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html#UsingPersonalAccessTokens-CreatingPATsintheapplication).
15
+
Create a Personal Access Token (PAT) in **JIRA** as per [instruction](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
12
16
13
-
Add `$JIRA_PAT` and `$JIRA_INSTANCE` to your favorite shell:
17
+
Add `$JIRA_USER`, `$JIRA_API_TOKEN` and `$JIRA_INSTANCE` to your favorite shell:
0 commit comments