OVERVIEW
Sometimes you want to get a list of items present in the current tag. To get this list, you can follow the steps below:
STEPS TO GET ALL ITEMS AVAILABLE IN THE CURRENT TAG:
- Choose the module from the sidebar, then select the project from the project selector drop-down list at the top of the left pane (if applicable) and click the List View icon.
- Select the relevant Work Item from the left pane.
- Click the Filter Settings icon and select ‘Create Filter‘ from the pop-up menu.
- Fill the required fields and select the ‘Advanced‘ tab.
- Add User define Criteria: V.ID IN (SELECT ID FROM ESIGN_TAGS_OBJECTS WHERE Tag_id IN (SELECT tag_id FROM ESIGN_TAGS WHERE tag_name = ‘TAG_NAME’)) here, TAG_NAME is the name of the current tag defined on the node in the Tree View.
- Save the filter.
Items will be listed only for single-item selection on the filter results in the List View.
If you want to get the list of multiple items together in a single filter then you can click here.
RELATED LINKS:
How to show different multiple work items into the same embed filter?
Create, Edit, Delete, Clone and Share filters/views