actions-marketplace-validations/action-jira-linter

Add JIRA issue details to your GitHub pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 19, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/jira-tools_action-jira-linter@6e2b0f4881edc98a9f12a507d8d6c31ef6256aad # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
github-tokenToken used to update PR description and add labels. Can be passed in using {{ secrets.GITHUB_TOKEN }}yes
jira-userJIRA username. 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
skip-branchesA regex to ignore running on certain branches, like production etc.no""
skip-commentsA boolean if set to true, will skip adding lint comments for PR title.nofalse
pr-thresholdAn `Integer` based on which action-jira-linter add a comment discouraging huge PRs. Is disabled by `skip-comments`no800
validate-issue-statusSet this to true if you want action-jira-linter to validate the status of the detected jira issuesnofalse
allowed-issue-statusesA line-separated list of acceptable Jira issue statuses. You must provide a value for this if validate-issue-status is set to true Requires validate-issue-status to be set to true. noIn Progress
fail-on-errorSet this to true if you want action-jira-linter to fail the PR if it encounters an errornotrue

no outputs