Get TFS WI with specified fields
Open
help wanted
- Dominant language
- Python
- Stars
- 114
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes we need get TFS WI with specified fields, because we sync large amounts of data.
Like in [jira](https://github.com/pycontribs/jira/tree/develop/jira):
```
query = jira.search_issues(jql_str="attachments is not EMPTY", json_result=True, fields="key, attachment")
```
[WIQL](https://github.com/devopshq/tfs#run-wiql) needs fix too
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.