Post

2 followers Follow
0
Avatar

How to upload multiple files to a workitem through Rest API?

Hi,
I am able to create a link between a Document and a work item using WorkItemAtachmentLink API.
can i upload multiple files to a single document Object?
So that i can upload multiple files to WorkItem in a single call.?
In the same way how can i add multiple resources to a workitem using
RegularResource Link?

Regards
Ravikanth A

Ravikanth Answered

Please sign in to leave a comment.

1 comment

0
Avatar

you need to create a WorkItemAtachmentLink for each document. In the same way, if you want to add multiple resources then you need to create multiple RegularResourceLink links

Eyal Post 0 votes
Comment actions Permalink