You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
using CreateAttachmentAsync i created task by passing memory stream and created work item then the attached file is showing 0KB ? is there any other way to add attachment? i have debugged memory stream contains data. please help any one
#316
my code:
public async Task CreateTask(string user,string id,string contentType, string Param, string Taskdesc)
{
try
{
ContentPlanningDAL contentPlanningDAL = new ContentPlanningDAL(_config);
DataTable dt = new DataTable();
dt = contentPlanningDAL.GetContentDetaisByKeywordID(id);
Uri uri = new Uri(_uri);
string personalAccessToken = contentPlanningDAL.GetUserPAT(user);
string project = _project;
The text was updated successfully, but these errors were encountered: