nora-soderlund/nora-soderlund/jira-summary-action
Posts a pull request comment with the summary of linked Jira stories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| JIRA_BASE_URL | The Jira base url | yes | — |
| JIRA_USER_EMAIL | The Jira user email | yes | — |
| JIRA_API_TOKEN | The Jira API token for the specified user email | yes | — |
| JIRA_KEY | The project key prefix to look for - or the full story key. | yes | — |
| GITHUB_TOKEN | The GitHub Token to use, e.g. GITHUB_TOKEN | yes | — |
| JIRA_KEY_MULTIPLE | If true and JIRA_KEY is a project key, post a comment for every story key found. | — | — |
| JIRA_PARTIAL_KEY_SILENT_FAILURE | If true, not finding a story key in a pull request if a project key is specified, only throws a silent error. | — | — |
| DISABLE_PULL_REQUEST_COMMENT | If true, using the action will not create or update a pull request comment. Useful for only fetching the issue details from the output. | — | — |
| IGNORE_BRANCHES | If source branch name mathces this regex ignore pull request. | — | — |
Outputs
| name | description |
|---|---|
| key | The key of the Jira story. |
| title | The title of the Jira story. |
| description | The description of the Jira story in markdown. |