sydque/Jira Issue Transition
Transition Jira issue from PR title or commit message using a custom pattern.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| jira-base-url | Base URL of your Jira instance (e.g. https://yourcompany.atlassian.net) | yes | — |
| jira-user-email | Email of the Jira user | yes | — |
| jira-api-token | API token for Jira authentication | yes | — |
| jira-transition-id | The Jira transition ID for the target status | yes | — |
| github-token | GitHub Token to fetch PR or commit information | yes | — |
| issue-key-pattern | Regex pattern to extract issue key (e.g. [A-Z]+-[0-9]+) | yes | — |
| source | Where to extract the issue key from. Options: "commit" or "pr-title" | no | pr-title |
Outputs
no outputs