Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Filter / Find Values from backlog view when not the first value #292

Open
cyoscott opened this issue Jan 19, 2024 · 3 comments
Open

Comments

@cyoscott
Copy link

In the backlog view of DevOps, using the filter field and entering a value which has been selected in the multiselect, but is not the 'first' item listed will result in this not being found.

E.g. Selecting "Apples" and "Bananas" from the multi-select stores these in the field as "Apples;Bananas"

Searching for "Bananas" in the backlog view of devops will yield no results.

Searching for "Apples" will find the work item.

Manually editing the field to store as "Apples; Bananas" instead will resolve this.

Therefore, I believe the issue is that the DevOps backlog filter is doing a tokenized string comparison tokenized on spaces; and by introducing a space between the selected options in the control when writing to the picklist field, this would resolve the issue.

@niltongouveajunior
Copy link

+1

@AminTi
Copy link
Collaborator

AminTi commented Jan 31, 2024

I'll review it and provide feedback shortly.

@niltongouveajunior
Copy link

Hi @AminTi, any updates? Not being able to query by the field values makes the use of the extension unfeasible...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants