We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6813b34 commit ce134bcCopy full SHA for ce134bc
README.md
@@ -1,7 +1,7 @@
1
# Jira CLI
2
Wrapped go-jira CLI action. Check out [go-jira documentation](https://github.com/Netflix-Skunkworks/go-jira) for more arguments and usage details
3
4
-Requires [Jira Login](https://github.com/atlassian/gajira-login) to operate
+Requires [Jira Login](https://github.com/marketplace/actions/jira-login) to operate
5
6
## Usage
7
Example workflow to add a comment to an issue:
@@ -30,4 +30,4 @@ action "Jira CLI" {
30
- `email` - Jira user email
31
32
### Reads from $HOME/.jira.d/credentials
33
-- `JIRA_API_TOKEN` - Authentication token saved by [Jira Login Action](https://github.com/atlassian/gajira-login)
+- `JIRA_API_TOKEN` - Authentication token saved by [Jira Login Action](https://github.com/marketplace/actions/jira-login)
0 commit comments