The "CURRENT_USER" value in the "Filter Criteria" for SmartViews allows you to create a SmartView with dynamic filter criteria based on currently logged-in user.
For exampe, to create a SmartView named "Assigned to Me" that will only display requirements owned by the currently logged-in user:
- Begin creating a SmartView by following the steps in this help article.
- In the "Filter Criteria" section, select the following criteria:
- "Field" - Choose "Owner"
- "Operator" - Choose "equals"
- "Value" - Choose "CURRENT_USER"
- Complete other fields as needed, and create the SmartView.
- When users visit this SmartView - each user will see requirements for which he/she is the owner.
|