Create new issue
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
- name: Log created issue
run: echo "Issue ${{ steps.create.outputs.issue }} was created"
All are required.
project
- Key of the projectissuetype
- Type of the issue to be created. Example: 'Incident'summary
- Issue summarydescription
- Issue descriptionissuelink
- Issue URLfixVersion
- Fix versionteam
- Team
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