get Changeset from Workteim
Open
- 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.