devopshq / devopshq/tfs

get Changeset from Workteim

Open
#79 1 comment 0 reactions 1 assignee Claimed by @SAnCherepan View on GitHub
Dominant language
Python
Stars
114
Forks
26
PR merge metrics
No merged PRs in 30d

Description

I have the following code (fragment):
```
client = TFSAPI(server_url=bh_tfs_base_url, project=collection, user=user, password=password, auth_type=HttpNtlmAuth)
px = client.run_query("Shared Queries/PX Queries/PX - Priority List")
for work_item in px.result.workitems:
change_sets_relation = work_item.find_in_relation("ArtifactLink")
for changeset_relation in change_sets_relation:
```
How to I create a Changetset object from the relation pointing to the changeset?

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.