What outgoing webhooks means?
Outgoing Webhooks are Projectrak's way of communicating with external systems when something happens in the application.
Currently, the only supported event we have is the update of project field values.
How it works
Whenever the value of one or multiple fields is changed in a project, a notification with the change data will be sent to the configured external system.
The external system must have an URL that accepts POST requests.
Projectrak will make a POST request to the URL configured by Jira's administrator with the following data:
The type of event that triggered the notification
The user who made the change in the fields
The moment when the change was made
The project that has been updated
The list of fields that have been changed along with the modification in each one
Configure an outgoing webhooks
1. Go to Projectrak Administration and then to Outgoing webhooks
Image of menu
2. Click on Create webhook
Image of the button to create
3. Provide a name to identify the webhook and specify the URL where you want the requests to be made
Only supports secure requests under https protocol
Image of create page
4. Save