Skip to content

Notify Slack when JIRA tickets have been deployed

License

Notifications You must be signed in to change notification settings

reececomo/notify-slack-deployed-jira-tickets

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action to notify Slack when JIRA tickets have been deployed.

  • Counts all JIRA tickets mentioned in commit messages since the previous tag.
  • JIRA ticket mentions must be in the format: BOARD-123

Variables

Usage example

    - name: Notify Slack about JIRA tickets that have been deployed
      uses: reececomo/notify-slack-deployed-jira-tickets
      env:
        SLACK_WEBHOOK_URL: '...'
        JIRA_PREFIX: '...'

Credits