We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes we need get TFS WI with specified fields, because we sync large amounts of data.
Like in jira:
query = jira.search_issues(jql_str="attachments is not EMPTY", json_result=True, fields="key, attachment")
WIQL needs fix too
The text was updated successfully, but these errors were encountered:
Have you tried WIQL? https://github.com/devopshq/tfs#run-wiql
Sorry, something went wrong.
Yep, but ### NOTE: Fields in SELECT really ignored, wiql return Work Items with all fields :(
### NOTE: Fields in SELECT really ignored, wiql return Work Items with all fields
Seems to work within the [get_workitems] method (https://github.com/devopshq/tfs/blob/master/tfs/connection.py#L74).
ToDo: add fields support for WIQL.
No branches or pull requests
Sometimes we need get TFS WI with specified fields, because we sync large amounts of data.
Like in jira:
WIQL needs fix too
The text was updated successfully, but these errors were encountered: