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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
jira_urlThe URL of your Jira instanceyes
jira_patPersonal Access Token for Jira authenticationyes
jira_userJira username for authenticationyes
jira_project_keyThe project key in Jira where the issue will be createdyes
jira_project_board_nameThe name of the Jira boardyes
jira_issue_typeThe type of issue to create (e.g., Task, Bug, Story)yes
jira_issue_summaryThe summary/title of the issue to createyes
jira_issue_descriptionThe description of the issue to createyes
jira_issue_statusThe status to set for the created issue (optional)no
pr_numberThe pull request number to check for existing issues and add comment tono
jira_assign_to_current_sprintWhether to assign the issue to the current sprint (true/false)nofalse
jira_assign_to_current_releaseWhether to assign the issue to the current release (true/false)nofalse
namedescription
jira_issue_idThe Id of the created Jira issue.