davidolrik/Create JIRA issue
Create JIRA issue on JIRA Server with GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_base_url | JIRA Server base url | yes | — |
| jira_username | JIRA Server username | yes | — |
| jira_password | JIRA Server password | yes | — |
| project | JIRA Project key | yes | — |
| issue_assignee | Username of person to solve the issue | yes | — |
| issue_title | Issue title | yes | — |
| issue_body | Issue content | yes | — |
| issue_type | Issue type | no | Task |
| issue_fields | JSON object of extra fields that will be added on create | no | {} |
Outputs
| name | description |
|---|---|
| jira-issue-url | Url to the newly created issue |
| jira-issue-id | JIRA Issue id of newly created issue |