Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to filter status of projects

Thomas N. June 2, 2025

I try to filter my status in the following way:

(status in (Offen, Anwendungstest, Umsetzung, Dokumentation) AND (assignee = currentUser()))

I miss the status "Umsetzung" and "Dokumentation" in the results. "Offen" and "Anwendungstest" is displayed.

Maybe "Umsetzung" and "Dokumentation" is saved in the database with a different wording?

Any ideas how to fix it?

2 answers

1 accepted

0 votes
Answer accepted
Thomas N. June 2, 2025

Hi,

I solved it due to some adjustments with the wording. Some of the status have to written with "" within the filter, e.g.:

(status in (Offen, Anwendungstest, "in Umsetzung", Kundendokumentation) AND (assignee = currentUser()))

Thank you for kindly help!

Alexander Hohmann
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 2, 2025

That is good to know - that a status containing a space character needs to be put between quotation marks. Thank you for the resolution!

Like Walter Buggenhout likes this
0 votes
Alexander Hohmann
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 2, 2025

Have you looked into the actual workflows? Sometimes, when you use standard status, they are displayed in a localised way in work items but use the original English in the workflow. E.g. I use "Delivery" in one workflow (and related automation) but "Auslieferung" is displayed in the work items.

Thomas N. June 2, 2025

Hi Alexander,

in the current workflows it is displayed in the same way in German. But maybe it is saved in a different way in the database (English) but I am not firm how to see it.

Alexander Hohmann
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 2, 2025

Did you actually have a look at the workflow graph? E.g. by chosing the option "Workflow anzeigen" in the dropdown list for status change in some work item of your choice, or in your project settings?

I might just be shooting into the dark here, but have you tried removing the blank spaces in the IN() clause? Just guessing.

Suggest an answer

Log in or Sign up to answer