Filter/View

How to filter Copy As Link Items(Using User Defined Criteria)

OVERVIEW

In some cases, you may wish to list out the copy as link items under the selected node(s). To do so, we need to add the query in our filter

CREATE FILTER

  1. Filter with Projects=Project A and Item Type = Any Item
  2. User defined Criteria: id in (select id from objects_ver_view where action_type=’link’ and parent_original_id in (select id from objects where root_document=9381))

    Note: 9381 = will be the DOC Original Id under which you would like to filter your copy as link items

Its applicable only for DOC work item type

RELATED LINKS

How to create View

Copy as Link Items

Related Articles