How to Find Object Schema, Object Type, and Object IDs in Jira Assets
Platform Notice: Cloud and Data Center - This article applies equally to both cloud and data center platforms.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
The user needs to get the IDs of the Assets object schema, object type, and object from the browser.
Solution
Go to Assets > Object Schemas
Open the object schema in which you want to view the IDs
Verify the browser URL and look for the parameters: id=X, typeId=Y, and objectId=Z.
Parameter | Description |
id | Object Schema ID |
typeId | Object Type ID |
objectId | Object ID |
Example

URL
<JIRA_URL>/secure/ObjectSchema.jspa?id=5&typeId=135&objectId=213273
For the example below we have the following IDs:
Parameter | Value | Description |
id | 5 | Object Schema ID (AS - ITSM) |
typeId | 135 | Object Type ID (Business Services) |
objectId | 213273 | Object ID (Billing Service) |
Was this helpful?