diverger/Create Jira Issue from GitHub Issue
Determines Jira issue type based on GitHub labels and creates a corresponding Jira issue.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-host | Jira instance base URL | yes | — |
| jira-email | Email for Jira authentication | yes | — |
| jira-token | API Token for Jira authentication | yes | — |
| jira-project | Jira project key | yes | — |
| repository | GitHub repository name | yes | — |
| issue-title | GitHub issue title | yes | — |
| issue-number | GitHub issue number | yes | — |
| issue-body | GitHub issue body | no | "" |
| issue-url | GitHub issue URL | yes | — |
| issue-labels | JSON string array of GitHub issue labels | no | [] |
| components | Name of the GitHub repository | yes | — |
| extra-fields | JSON string for extra fields to pass to the Jira API. Overrides default labels and components if set. | no | "" |
Outputs
no outputs