Hi,
I tried automation on Jira Service Management Data Center, when JSM ticket matches a specific status, it will auto create issue via webhooks at Jira Software Cloud site.
Filled the automation webhook with this information
https://(my site).atlassian.net/rest/api/3/issue HTTP POST as URL and I pick send custom payload encoded as form {
"fields": {
"project": {
"key": "ABC"
},
"summary": "issue from JSM DC",
"issuetype": {
"name": "Bug"
}
}
}
the automation log appears success, however on the cloud site not generated as new issue coming from this automation.
Any suggestion why this not happen? and how to fix this?
Thank you
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.