Notify slack when an issue is created / updated.
Include any issue data in the message.
Slack setup
- Create a new App: https://api.slack.com/apps?new_app=1
- Name: RINT
- Workspace: Your Workspace
- Select Incoming Webhook
- Click Enable
- Click Add new Webhook
- Select channel
- Copy the URL that was generated
- Repeat step 4. for each channel you want to set up
R
{
"text":"{{issue.summary}} has been created! *{{issue.key}}*\nhttps://localhost/projects/TESTB/issues/{{issue.key}}"
}