nora-soderlund/nora-soderlund/jira-summary-action

Posts a pull request comment with the summary of linked Jira stories.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
JIRA_BASE_URLThe Jira base urlyes
JIRA_USER_EMAILThe Jira user emailyes
JIRA_API_TOKENThe Jira API token for the specified user emailyes
JIRA_KEYThe project key prefix to look for - or the full story key.yes
GITHUB_TOKENThe GitHub Token to use, e.g. GITHUB_TOKENyes
JIRA_KEY_MULTIPLEIf true and JIRA_KEY is a project key, post a comment for every story key found.
JIRA_PARTIAL_KEY_SILENT_FAILUREIf true, not finding a story key in a pull request if a project key is specified, only throws a silent error.
DISABLE_PULL_REQUEST_COMMENTIf true, using the action will not create or update a pull request comment. Useful for only fetching the issue details from the output.
IGNORE_BRANCHESIf source branch name mathces this regex ignore pull request.
namedescription
keyThe key of the Jira story.
titleThe title of the Jira story.
descriptionThe description of the Jira story in markdown.