Hello,
I am trying to pass the jira webhook body on specific event (issue created), to another system. The webhook is fired and the body results as in the examples given in the https://jira.atlassian.com/rest/api/2/issue/JRA-2000?_ga=2.60228653.106464054.1522652502-205093363.1520424199 .
However the system's API requires the body in slightly different format.
So my question is, is there a way that the body can be modified, e.g. remove or add fields from the issue being created?
Might that be achieved using some sort of json proxy or completely custom jira event listener should be done in order to achieve the desired result?
Thanks & Regards,
Kristian
You could develop your own listener to send json in the required format. But it would be a more complicated solution.
So, is there any other way to accomplish this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think, you can not modify the webhook json. That is why you can use the listener solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.