status
Filter work items by status. A special filter option because the possible values of the status field are configurable differently in each tracker. That cause, it is necessary to define the project and the tracker in the filter option.
Available operators: =, !=, IN, NOT IN
'projectName.trackerName.status' = 'In Progress'

'1.2.status' = 'New'

(1 = project's id, 2 = tracker's id)
Was this helpful?