Allow upload Attachments to WI
Open
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.