devopshq / devopshq/tfs

Get TFS WI with specified fields

Open
#14 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.