Report to show all relationship mapping?

stevenwatts
Giga Contributor

Hi,

Is it possible to create a report which details ALL relationships that a CI might have both upstream and downstream. Essentially something similar to the relationship mapping?

Was thinking a database view might work but not sure where to start.

Regards,

Steven

16 REPLIES 16

Jaspal Singh
Mega Patron
Mega Patron

Hi Steven,



Did you try looking or reporting on cmdb_rel_ci table.


Hi Jaspal,



Thanks for responding. That table only gives us parent and child what we are looking for is a report which gives us all relationships, as an example:



GRANDPARENT - PARENT - CI - CHILD - GRANCHILD, rather than



PARENT - CI - CHILD.



Hope that makes sense?



Regards,


Hi @stevenwatts ,

We have a similar Requirement for creating Report on Related CIs.

Did you find any workaround to achieve this, Kindly let us know how could we achieve this.

 

Thanks,

Shree

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI Steven,



Recently we have just built a report which gives us parent as well as child of a particular CI.



We have used CI Relationship Table i.e. cmdb_rel_ci.



Thank you