contractify/Add Jira info to pull request

Automatically add Jira info to a pull request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 6, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: contractify/add-jira-info@8cebaa1ebd0d7be32ff45e58fffd049eb0035675 # v1.21.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenThe GITHUB_TOKEN secret
jira-usernameUsername used to access the Jira REST API. Must have read access to your Jira Projects & Issues.
jira-tokenAPI Token used to access the Jira REST API. Must have read access to your Jira Projects & Issues.yes
jira-base-urlThe subdomain of JIRA cloud that you use to access it. Ex: "https://your-domain.atlassian.net"yes
jira-project-keyKey of project in jira. First part of issue key, will grab project keys using provided jira credentials if not provided.no""
add-label-with-issue-typeIf set to true, a label with the issue type from Jira will be added to the pull requestnotrue
issue-type-label-colorThe hex color of the label to use for the issue typenoFBCA04
issue-type-label-descriptionThe description of the label to use for the issue typenoJira Issue Type
add-jira-key-to-titleIf set to true, the title of the pull request will be prefixed with the Jira issue keynotrue
add-issue-type-emoji-to-titleIf set to true, an emoji representing the Jira issue type will be prepended to the pull request titlenotrue
add-jira-key-to-bodyIf set to true, the body of the pull request will be suffix with a link to the Jira issuenotrue
add-jira-fix-versions-to-bodyIf set to `true`, the body of the pull request will be suffix with the `fixVersions` from to the Jira issuenotrue

no outputs