# gajira-cli **Repository Path**: mirrors_atlassian/gajira-cli ## Basic Information - **Project Name**: gajira-cli - **Description**: No description available - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Github Actions Jira CLI --------- ⚠️ This repository is no longer maintained and all Gajira actions have been deprecated. --------- 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" ```