I have a object computers with a reference object Model. I want to be able to show a report of computers with their model including columns from the model object.
ex) Computer name, Model Name, Memory
Hi @Trevor Sheridan ,
Where would you like to display this information? In the Assets list view, Confluence, JSM Portal or somewhere else?
The additional question would be, what's the use case/requirement here?
I don't recall seeing someone needing this and I'm not sure if it's possible 🤔
Cheers,
Tobi
I just need it somewhere for a report, I've been mainly trying in the asset view in Jira. This seems like it should be possible as it is just a JOIN statement that I am needing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah... For the Assets view (list), I doubt you'll manage to display that info.
As for reporting (e.g. if you'd use third-party apps or REST API), you can probably just pull the referenced object and find the data you're looking for.
I'd recommend discussing this with the support team, as maybe they have some additional insights on the topic. Or maybe they can open a new feature suggestion based on your requirement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.