Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix README links to other Jira actions #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix README links to other Jira actions
  • Loading branch information
timbuckley authored Jul 23, 2020
commit 221e0e8af03260d139ad4649f6797c4ca369a739
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@ For examples on how to use this, check out the [gajira-demo](https://github.com/
> ##### Only supports Jira Cloud. Does not support Jira Server (hosted)

This is required by other actions like:
- [`Transition`](https://github.com/marketplace/actions/jira-transition) - Transition a Jira issue

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md

- [`Comment`](https://github.com/marketplace/actions/jira-comment) - Add a comment to a Jira issue
- [`Create`](https://github.com/marketplace/actions/jira-create) - Create a new Jira issue
- [`Find issue key`](https://github.com/marketplace/actions/jira-find) - Search for an issue key in commit message, branch name, etc. This issue key is then saved and used by the next actions in the same workflow
- [`TODO`](https://github.com/marketplace/actions/jira-todo) - Create a Jira issue for each TODO comment in committed code
- [`CLI`](https://github.com/marketplace/actions/jira-cli) - Wrapped [go-jira](https://github.com/Netflix-Skunkworks/go-jira) CLI for common Jira actions
- [`Transition`](https://github.com/marketplace/actions/jira-issue-transition) - Transition a Jira issue
- [`Comment`](https://github.com/marketplace/actions/jira-add-comment) - Add a comment to a Jira issue
- [`Create`](https://github.com/marketplace/actions/jira-create-issue) - Create a new Jira issue
- [`Find issue key`](https://github.com/marketplace/actions/jira-find-issue-key) - Search for an issue key in commit message, branch name, etc. This issue key is then saved and used by the next actions in the same workflow
- [`TODO`](https://github.com/marketplace/actions/jira-issue-from-todo) - Create a Jira issue for each TODO comment in committed code
- [`CLI`](https://github.com/marketplace/actions/setup-jira) - Wrapped [go-jira](https://github.com/go-jira/jira) CLI for common Jira actions

## Usage
An example workflow to create a Jira issue for each `//TODO` in code: