Assets (formerly Insight): How to get the IDs of object schema, object type and object from the Jira User Interface

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform Notice: Cloud, Server, and Data Center - This article applies equally to all 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

Problem

The user needs to get the IDs of the Assets object schema, object type, and object from the browser.

Resolution

  1. Go to Assets > Object Schemas
  2. Open the object schema in which you want to view the IDs
  3. Verify the browser URL and look for the parameters: id=X, typeId=Y, and objectId=Z.  

    ParameterDescription
    idObject Schema ID
    typeIdObject Type ID
    objectIdObject ID


Example

URL:

<JIRA_URL>/secure/ObjectSchema.jspa?id=5&typeId=135&objectId=213273

For the example below we have the following IDs:

ParameterValueDescription
id5

Object Schema ID

(AS - ITSM)        

typeId135

Object Type ID

(Business Services)

objectId213273

Object ID

(Billing Service)

Last modified on Aug 8, 2023

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.