Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Insight - Filter all objects belonging to a specific root object

James Jam February 22, 2019

Hi all,

I have the following object structure:

Object Graph.JPG

With the following structure of Object Type:

Object Type.JPG

Question 1: How can I filter (IQL) all objects belonging to a specific root object (e.g. object A) as shown:

 

Object Graph select.jpg

Question 2: Assuming that all objects have a state attribute. Changing the state of the object A, can I change the state of all the objects that follow it?

thank you all

1 answer

1 accepted

0 votes
Answer accepted
Yinon Negev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 22, 2019

Hi James.

      Answer 1: 

Try:

objectType="Object Type 3" AND Name="A" OR object HAVING outR(Name="A" OR object HAVING outR(Name="A"))

Did not test here - but should work.

     Answer 2:

Yes, this can be done with an Automation Rule for Object Updated where you execute your Groovy Script which will update the Status Attributes of referencing Objects (we do have some examples, but you will have to develop the script, to get the referenced Objects in order to update them).

Kind regards,

Yinon

Team Riada

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events