Hello everybody.
My client would like to use automation to send jira issue details to an external application.
The course is the following :
Someone creates a worklog
Automation sends a webrequest with this information :
worklog id
organization of the client
Summary
Description
(for starters, I will add other information later on)
I was wondering if only one action block with "Send webhook url" with a POST request to the client application. Do I need to use two web request :
1. One To get tempo information
2. The second one to send the payload to the client app
Also how can I set up the headers ? Do I need to pass Jira token (even though I am sending information to an external app ?
Sorry if this seems confused, I am not very used to set up webhook and API. Thanks in advance for your kind help.