Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Jira Service Management Data Center auto create issue to Jira Software Cloud

Rika Mandasari July 1, 2021

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

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events