Create Jira ticket
Note This is a wrapper for GitHub action atlassian/gajira-create with some extra features such as Markdown support for issue description.
steps:
- uses: SonarSource/gh-action_jira-create@0.0.1 <--- replace with the last tag
with:
project: <Jira project key>
issuetype: <Task, ...>
summary: "Summary"
description: "**some** description"steps:
- uses: SonarSource/gh-action_jira-create@0.0.1 <--- replace with the last tag
with:
project: <Jira project key>
issuetype: <Task, ...>
summary: "Summary"
description: "**some** description"
fields: |
{
"priority": {"name": "Normal"}
}| Input name | Description | Required |
|---|---|---|
project |
Specify Jira project key | yes |
issuetype |
Jira issue type (i.e: Task) | yes |
summary |
Summary (= title) of the Jira issue | yes |
description |
Description of the Jira issue (Markdown is supported) | no |
fields |
Allow to define some extra fields such as priority |
no |
| Input name | Description |
|---|---|
issue |
Issue identifier (i.e: JIRA-42) |
This project is using Semantic Versioning.
The master branch shall not be referenced by end-users.
Please use tags instead and Renovate or
Dependabot to stay up to date.
Contributions are welcome, please have a look at DEV.md