left-code/Create Jira Issue
A GitHub Action to create a Jira issue and optionally assign it to the current sprint and release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_url | The URL of your Jira instance | yes | — |
| jira_pat | Personal Access Token for Jira authentication | yes | — |
| jira_user | Jira username for authentication | yes | — |
| jira_project_key | The project key in Jira where the issue will be created | yes | — |
| jira_project_board_name | The name of the Jira board | yes | — |
| jira_issue_type | The type of issue to create (e.g., Task, Bug, Story) | yes | — |
| jira_issue_summary | The summary/title of the issue to create | yes | — |
| jira_issue_description | The description of the issue to create | yes | — |
| jira_issue_status | The status to set for the created issue (optional) | no | — |
| pr_number | The pull request number to check for existing issues and add comment to | no | — |
| jira_assign_to_current_sprint | Whether to assign the issue to the current sprint (true/false) | no | false |
| jira_assign_to_current_release | Whether to assign the issue to the current release (true/false) | no | false |
Outputs
| name | description |
|---|---|
| jira_issue_id | The Id of the created Jira issue. |