REST API

Notify your internal or external REST-API with Notification Assistant. In the notification, advanced settings connect Additional Send Hook and provide system URL. If you have some authorization policy on your server, enter a valid username and password for the REST call.

Jira REST API uses JSON as its communication format, and the standard HTTP methods like GETPUTPOST, and DELETE. Choose the method you need and specify a JSON post data containing values from the triggered issue (applicable for PUT and POST methods). Use placeholders to give your JSON the specific data you want to post.

Remember to tick checkbox Send to REST-API to run your notification.

 

To learn more about REST API in Jira, visit REST APIs.