Hi All,
I'm trying to make a call to Jira api using webhook, I want to create an issue in Jira using external outbound webhook. What kind of authentication is needed in webhook to accomplish jira issue creation.
Thanks
Hi @Amanjot Singh and welcome to the community!
It will depend on your Jira project configuration for screens and required fields, but these are the body parameters:
You can find the details and implementation samples here https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
Cheers,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.