resolution
Use the resolution filter to display work items based on their resolution status.
The available values for the Resolution field are configured differently for each project and tracker.
You must specify both the project and the tracker in the filter expression.
Supported Operators:=,!=,IN,NOT IN.
Examples
'projectName.trackerName.resolution' = 'Duplicate'
Returns work items from the specified project and tracker that have a resolution value of Duplicate.
'1.2.resolution' = 'Later'
Returns work items from project ID 1 and tracker ID 2 with a resolution value of Later.
(1 = project's id, 2 = tracker's id)
Was this helpful?