ar-ushi/Append Jira Details to PR
Adds Jira Ticket details for a PR including description, labels and priority
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Maintainedlast commit Jul 16, 2025
- License
- None
Pinned Snippet
uses: ar-ushi/append-jira-details-action@b9c2b537d07a29449300f40e7fc34e3301de7e7e # v3.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token used to authenticate API requests. | yes | — |
| orgUrl | The base URL of your Jira Enterprise instance. | yes | — |
| jiraKey | The Jira Key(s) associated to Project. | yes | — |
| jiraToken | The Jira API token used for authentication. | yes | — |
| username | The email address to authenticate Jira Rest API Request | yes | — |
| maxDescChars | Maximum number of characters allowed in the description. | no | — |
| maxTitleChars | Maximum number of characters allowed in the title. | no | — |
| jiraIdCutoff | Maximum number of JIRA IDs to include in the description. If exceeded, only JIRA titles will be shown. | no | — |
Outputs
no outputs