You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup Jira
v2.0.2
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
- name: Setup
uses: atlassian/gajira-cli@master
with:
version: 1.0.20
- name: Make comment on Jira issue
run: jira --issue=GA-1 --comment=\"Actions in action\""