cloudbees-days/jira-create-issue

Create a new Jira issue with specified fields

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
jira-urlJira instance URL (e.g., https://your-domain.atlassian.net)yes
jira-usernameJira username or email addressyes
jira-tokenJira API tokenyes
project-keyProject key where the issue will be created (e.g., MYPROJECT)yes
issue-typeIssue type name (e.g., Bug, Story, Task, Epic)yes
issue-fieldsYAML object containing issue fields (will be converted to JSON for API)yes
notify-usersWhether to send notifications to users about the new issuenotrue
dry-runIf true, validates the issue data without creating itnofalse
namedescription
issue-keyThe key of the created issue (e.g., PROJ-123)
issue-idThe internal ID of the created issue
issue-urlThe URL to view the created issue