-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: REST API
-
None
-
2
When trying to add an Asset Object to a Jira Issue via an Assets Custom Field using the REST API, the Jira REST API requires syntax like the following:
{"key": "ABC-123"}
However, when retrieving an Asset Object the key is returned as an 'objectkey'. It would be helpful to use a consistent approach between what is returned from the Assets API and what is needed for the Jira API. So for example, it would be helpful to update the Jira REST API to want the following instead:
{"objectkey": "ABC-123"}