Skip to content

Commit c22a5de

Browse files
authoredFeb 26, 2025
GUA-455 Update deprecation notice for Gajira (#61)
1 parent 0f47533 commit c22a5de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---------
2-
⚠️ This repository isn’t maintained anymore.
2+
⚠️ This repository is no longer maintained and all Gajira actions have been deprecated.
33
---------
44

55
# Jira Login
@@ -9,12 +9,12 @@ Used to store credentials for later use by other Jira Actions
99
> ##### Only supports Jira Cloud. Does not support Jira Server (hosted)
1010
1111
This is required by other actions like:
12-
- [`Transition`](https://github.com/marketplace/actions/jira-issue-transition) - Transition a Jira issue
13-
- [`Comment`](https://github.com/marketplace/actions/jira-add-comment) - Add a comment to a Jira issue
14-
- [`Create`](https://github.com/marketplace/actions/jira-create-issue) - Create a new Jira issue
15-
- [`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
16-
- [`TODO`](https://github.com/marketplace/actions/jira-issue-from-todo) - Create a Jira issue for each TODO comment in committed code
17-
- [`CLI`](https://github.com/marketplace/actions/setup-jira) - Wrapped [go-jira](https://github.com/Netflix-Skunkworks/go-jira) CLI for common Jira actions
12+
- Transition - Transition a Jira issue
13+
- Comment - Add a comment to a Jira issue
14+
- Create - Create a new Jira issue
15+
- 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
16+
- TODO - Create a Jira issue for each TODO comment in committed code
17+
- CLI - Wrapped [go-jira](https://github.com/Netflix-Skunkworks/go-jira) CLI for common Jira actions
1818

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

0 commit comments

Comments
 (0)
Failed to load comments.