Hi Jira Community,
I am implementing an automation rule that will send an HTTP request to a PHP script. Currently, I am using the command "file_get_contents('php://input')" to capture the Jira data sets in the script.
I would like to know if there is an alternative to 'php://input'? Is there a way to get the POST array format of the Jira issue?
Thank you!