Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Sync between JSM and JSW - change the project in which the issue is synced, based on the properties of the request.
Hello George,
I'm a little bit confused, could you elaborate a bit more on what you are trying to do?
Thanks
My usecase is to access certain properties that the available classes which wrap the fields doesn't have. For example field "Request Type" when returned from issue."Request Type" has only a few properties when compared to the equivalent returned from Jira REST API.
issue."Request Type"
Jira REST API when returned as a field /rest/api/3/issue/:issueKeyOrId using postman (I subtracted some texts)
You can also retrieve the data about request type from servicedesk API.
The main issue is that the httpClient doesn't return the same values. The same field returned using httpClient looks like this:
For my usecase the required property is "groupdIds" in requestType.groupIds. As you can see the returned value from httpClient is empty but from the REST API it has a value. I don't know why but the URL request is the same. Also the requestType._expands property is empty.
The servicedesk api
/rest/servicedeskapi/servicedesk/:serviceDeskId/requesttype/:requestTypeId
has the same issue, groupIds are empty.