-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Assets - Service, performance, functionality
-
1
-
Severity 3 - Minor
Issue Summary
It returns the objectCount as 0 when invoking the Get objecttype API in Jira Cloud Assets
API documentation: https://developer.atlassian.com/cloud/assets/rest/api-group-objecttype/#api-objecttype-id-get
Steps to Reproduce
- Invoke the API call.
https://api.atlassian.com/jsm/assets/workspace/b979bc96-0e3d-4506-98df-726ab0bek9d0/v1/objecttype/19
Expected Results
It should show the correct object count in the object type.
Actual Results
Object count shows as zero.

...
Workaround
can use: https://developer.atlassian.com/cloud/assets/rest/api-group-object/#api-object-aql-totalcount-postWith the qlQuery only specifying the objectType = "<OT Name>"