I have execution set, and I wish to add one dynamic filter that shows all defects that were reported from this specific execution set.
1 Answers
In order to display embedded view that will show the list of defects reported from THIS execution set, you will need to build filter to get all defects based on your needs
The open the Advanced tab, and add the following code to the User Defined Criteria:
execution_set_name like ‘%([$ME])%’
Now add this filter in your execution set description. It will show lsit of all related defects.