Hello,
I have to implement a REST API call to create an issue in a Jira Service Management project.
The issue type I use has the assignee field visible in both Create and Edit/View screens.
I prepared and used the following request that I'm showing below with masked values.
As you can see, I set the assignee and the issue is created on Jira Service Management, but if I open the issue the assignee is not set.
I took the assignee id searching my user account in the section "People" and copied it from the url of my user account page resulting with the search.
url where I took the assignee id
https://my.jira.software.manager.domain/jira/people/xxxxxxxxxxxxxxxxxxxxx
url for rest api call: https://my.jira.software.manager.domain/rest/api/3/issue
request body:
Hello,
I'm not too familiar with the cloud side but in DC you have to call servicemanagement side apis for this to be able to choose a request type and everything.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.