Im trying to create an automation - when receiving a webhook from zendesk(ticketing system) , create a task
right now the only JSON body that was OK is the following one:
{ "token": "*** ****", "issues": ["TSB-74"] }
but it's duplicating the issue that I wrote here.
if im using a placeholder from zendesk (ticket title) its desnt finds I get this message:
No issues from the webhook
I found this json body in the API documentation, but it gives me the "no issue from webhook"
{ "fields": { "project": { "key": "TEST" }, "summary": "REST ye merry gentlemen.", "description": "Creating of an issue using project keys and issue type names using the REST API", "issuetype": { "name": "Bug" } } }
bottom line -
what or where can I find json body that jira receives to create a task inside a Jira board ?
Hello @Ella Mozes Welcome to the community. Can you tell why not directly call Jira' API to create issue instead of webhook route?
If you do want to do this approach you have listed, please share screenshots of the rule and audit log.
In the mean time, some suggestions,
Hope it helps.
Thanks!!
Im not using code this time
But the other way worked just fine!
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.