You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Jira Create issue
v2.0.1
Create new issue
For examples on how to use this, check out the gajira-demo repository
Note: this action requires Jira Login Action
- name: Create
id: create
uses: atlassian/gajira-create@master
with:
project: GA
issuetype: Build
summary: |
Build completed for ${{ github.repository }}
description: |
Compare branch
fields: '{"customfield_10171": "test"}'
- name: Log created issue
run: echo "Issue ${{ steps.create.outputs.issue }} was created"
- None
project
(required) - Key of the projectissuetype
(required) - Type of the issue to be created. Example: 'Incident'summary
(required) - Issue summarydescription
- Issue descriptionfields
- Additional fields in JSON format
issue
- Key of the newly created issue
project
issuetype
summary
description
issue
- a key of a newly created issue
issue
- a key of a newly created issue