Task and CI relationship do not display correctlyIssue Task relations do not display the relationship type, and all the associated task on the Project Task, Problem, Change Request form. There are system properties to control the max depth, and the number of relationships which can be associated for task relations and cmdb_ci. The properties are: glide.ui.max_relationsglide.ui.cmdb_max_depth When max_relations is reached, there will be a (+) added to the relation, and the relationship types would be rendered correctly. The optimum values for these properties depends on the instance to instance, but the recommended value is to set the following: Name: glide.ui.max_relationsType: IntegerValue: 300 Name: glide.ui.cmdb_max_depthType: IntegerValue: 3Related LinksPlease be aware of known issue PRB614207 where the CIs on the form were running the nodes OOM, and the workaround for the issue was to create the above system properties which override the default value of 1000 While setting these properties can be used to fine tune the performance, it potentially creates an issue with the rendering of the Task and CI Relations. Both Task and CI relations share the same UI formatters, which is the reason you can see this issue on many tables.