Create new issue
Note: this action requires Jira Login Action
- name: Create
id: create
uses: atlassian/gajira-create@v3
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