Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
atlassian

GitHub Action

Setup Jira

v2.0.2

Setup Jira

atlassian

Setup Jira

Set up Jira CLI

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Jira

uses: atlassian/[email protected]

Learn more about this action in atlassian/gajira-cli

Choose a version

setup-jira

Download and set up go-jira CLI. Check out go-jira documentation for more arguments and usage details

For examples on how to use this, check out the gajira-demo repository

Only supports Jira Cloud. Does not support Jira Server (hosted)

Usage

Set up

- name: Setup
  uses: atlassian/gajira-cli@master
  with:
    version: 1.0.20

Usage in later workflow steps

- name: Make comment on Jira issue
  run: jira --issue=GA-1 --comment=\"Actions in action\""