exogee-technology/action-jira-linker

Add JIRA issue details to your GitHub pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenToken used to update PR description and add labels. Can be passed in using {{ secrets.GITHUB_TOKEN }}yes
jira-userJIRA username (email address) of the user that created the token. Can be passed in using {{ secrets.JIRA_USER }}yes
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
comment-headerA message that will be added to the top of the PR comment in markdown format. Default is "".no""
comment-trailerA message that will be added to the bottom of the PR comment in markdown format. Default is "".no""
fail-on-errorSet this to true if you want action-jira-linker to fail the PR if it cannot find a JIRA issue. Default is false.nofalse
force-updateSet this to true if you want action-jira-linker to add the comment for PRs that have not been recently opened at the risk of creating duplicate comments, this can be useful while testing the action integration.nofalse
update-bodyUpdate the issue body with the comment instead of adding a commentnofalse
include-titleAdd jira ticket summary to generated linknofalse
link-prefixText which is added before the jira ticket linknoJIRA Issue:

no outputs