devopshq / devopshq/tfs

Allow upload Attachments to WI

Open
#25 7 comments 6 reactions 0 assignees View on GitHub
Feature help wanted
Dominant language
Python
Stars
114
Forks
26
PR merge metrics
No merged PRs in 30d

Description

May be, someone needs upload attachments to WI.

```python
wi = client.get_workitem(ids=111)
attachment= wi.attach(filename="myfilename.txt", filepath="C:\Users\allburov\myfile.txt")
```

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.