https://github.com/wumpf/vstsquicksearch
simplistic tool for quick searches in vsts work item database
https://github.com/wumpf/vstsquicksearch
Last synced: about 1 year ago
JSON representation
simplistic tool for quick searches in vsts work item database
- Host: GitHub
- URL: https://github.com/wumpf/vstsquicksearch
- Owner: Wumpf
- License: mit
- Created: 2016-07-15T08:17:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T22:18:44.000Z (almost 10 years ago)
- Last Synced: 2025-01-22T17:45:40.267Z (over 1 year ago)
- Language: C#
- Size: 2.23 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vsts Quick Search
Visual Studio Team Services's search functionallity is rather slow if you ever tried to find duplicate Work Items in a large database.
This tool allows you to download all tickets for a given query and search through it it in realtime.
The search looks through all elements of a work item and has been proven responsive with more than 16k items in a query.
[Download latest build](latestbuild.zip)

## Version History
* 1.1
* [#1](/../../issues/1) Download from hierarchical queries works now.
* [#2](/../../issues/2) Work item values are converted to string ahead of time now. This allows searching for fields like id which are numbers.
* [#4](/../../issues/4) Search words no longer need to appear in a single field.