Currently the status column can be filtered only by the label’s index property. As the end user is not aware of the labels index it would be a great enhancement if we could filter by the label’s text property. Please turn this into a feature request.
That wlll be perfect! Also for the dropdown and tag fields
Thank you for the request!
@basdebruin I hate to upset your request… but you can search by label
{
boards(ids: "6786046794") {
items_page(
query_params: {rules: [{column_id: "status", compare_value: ["Option 1"], operator: contains_terms}, {column_id: "status", compare_value: ["Done"], operator: contains_terms}], operator: or}
) {
items {
id
name
}
}
}
}
1 Like
Wow…thanks. How is it possible I overlooked that one. Is it maybe because it is not mentioned in the documentation?
There is documentation?
I found it because my nature is to assume all things are possible until proven not to be - so I just kept messing with various options for the rules until I found one that works.
@rachelatmonday tagging you here, since this looks like a documentation need.
Thanks @anon29275264 and @basdebruin!
Let me sync with the team and get that added to the docs In the mean time, I am going to mark the feature request as released.