prussyuval/Jira issues reminder action
Automatically send notification for jira issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | Webhook URL | yes | — |
| channel | Channel name | no | #general |
| jira-github-map | Map jira account ID to Slack user IDs. Eg: "JohnDoe->UABCDEFGH,JohnDoe123->UABCDEFGI" | no | "" |
| message-template | Message template to render | no | Hey {mention}, {priority_sign} issue "{title}" is waiting for your review: {url} |
| message-title-template | Message title template to render | no | *Reminder of {issues_length} issues:* |
| jira-username | Jira username | yes | — |
| jira-password | Jira API token | yes | — |
| jira-host | Jira host | yes | — |
| jira-board-id | Jira board ID (e.g. 12) | yes | — |
| default-mention-unassigned | Default tag for unassigned issues (e.g. here) | no | — |
| default-mention-unassigned-by-field | If given, the default mention will be vary based on the value of this field. If field is not matched, the default mention (In default-mention-unassigned) will be used. | no | — |
| default-mention-unassigned-by-field-mapping | Mapping of field values to jira account IDs. Eg: "value_1->JohnDoe,value_2->JohnDoe123" | no | — |
| default-mention-unassigned-by-field-name | Name of the field to use for default mention. Eg: "Product" | no | — |
| default-mention-unassigned-by-field-name-mapping | Mapping of field values to jira account IDs. Eg: "value_1->JohnDoe,value_2->JohnDoe123" | no | — |
| jira-custom-filter | Custom JQL filter to filter issues to be notified, eg: "project = TEST" | no | — |
Outputs
no outputs