Create new issue
Requires Jira Login Action
action "Jira Create" {
uses = "atlassian/gajira-create@master"
needs = ["Jira Login"]
args = "--project=GA --issuetype=Build --summary=\"Build completed for $GITHUB_REPOSITORY\" --description=\"[Compare branch|{{event.compare}}] \" "
}
- None
--project=<project key>
- Key of the project--issuetype=<issue type>
- Type of the issue to be created. Example: 'Incident'--summary=<text>
- Issue summary--description=<text>
- Issue description--fields.customfield_<number>.id=<custom field id>
- ID of the custom field. Example--fields.customfield_10021.id=10001
project
issuetype
summary
description
issue
- a key of a newly created issue
issue
- a key of a newly created issue