Hi! Could you please help me to access the referenced object from jira insight, using sql query to the jira database? I have checked list of object attribute values and didn’t find the answer. I need to find the objects that are referenced to the parent object but not display in the jira issue.
If you want to create reporting for Insight data then app eazyBI for Jira might be something for you to explore without writing your own SQL queries.
In eazyBI, Insight Asset Management data can be imported into eazyBI in two ways: Insight data structure as a separate data source or part of the Jira data source as Insight custom fields, you can read more here: https://docs.eazybi.com/eazybi/data-import/data-from-jira-apps/insight-asset-management
best,
Gerda // support@eazyBI.com
Hi! Thanks for the info. I still hope to find the table in the database where the referenced object is stored, without using other tools 😉
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Community!
You should step away from the database, it's the single worst possible way to ask Jira to report anything. It is complex, convoluted, unintuitive, and you can even cripple your performance when running a "simple" question.
The data you are looking for are smeared across a few tables with AO starting their names. It will take a lot longer to explain, test and prove what you can get than if you were to look in the UI or read Insight's REST API docs to get it in a way that might change on every release.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the info. I know that it is not recommended to use the database, although if you know what table the data is in, could you please tell me? I found object attributes in AO_8542F1_IFJ_OBJ_ATTR_VAL but the referenced object ID didn’t return expected value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have no idea what table it might be in, or even tables. I have never bothered to learn the structure of the insight tables, because I would never try to use the database for reporting. The fact you're not getting the expected value screams "don't read the database, you don't know what it is doing".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Anna Lewandowska ,
Were you able to find any solution ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nadim Dakora! Yes, I think so :) I recently needed this for slightly different purpose, but if you are looking for referenced object in Jira Insight, you can test this code:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.