Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atlassian/gajira-cli
https://github.com/atlassian/gajira-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atlassian/gajira-cli
- Owner: atlassian
- License: other
- Created: 2019-02-26T15:22:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:28:36.000Z (11 months ago)
- Last Synced: 2024-07-19T15:29:59.663Z (4 months ago)
- Language: JavaScript
- Size: 306 KB
- Stars: 38
- Watchers: 29
- Forks: 25
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Github Actions Jira CLI
---------
⚠️ This repository isn’t maintained anymore.
---------Download and set up go-jira CLI. Check out [go-jira documentation](https://github.com/Netflix-Skunkworks/go-jira) for more arguments and usage details
> ##### Only supports Jira Cloud. Does not support Jira Server (hosted)
## Usage
#### Set up
```
- name: Setup
uses: atlassian/gajira-cli@v3
with:
version: 1.0.27
```#### Usage in later workflow steps
```
- name: Make comment on Jira issue
run: jira --issue=GA-1 --comment="Actions in action"
```