Notify Slack when JIRA tickets have been deployed
GitHub Action to notify Slack when JIRA tickets have been deployed.
BOARD-123
PRODUCT_NAME
- Specify name in the “SLACK_WEBHOOK_URL
Required - e.g. https://hooks.slack.com/services/ABCDE12345/ABCDE12345/abcdef12345abcdef12345abcdefJIRA_PREFIX
Required - e.g. “https://myjiraboard.atlassian.net“ would be “myjiraboard”
- name: Notify Slack about JIRA tickets that have been deployed
uses: reececomo/notify-slack-deployed-jira-tickets
env:
SLACK_WEBHOOK_URL: '...'
JIRA_PREFIX: '...'