other operations work (like reading defects) but creating defects gives me that error .
this also may a bug in the libary as orignally i'm getting an http error 403 , and then a redirection occurs.
it seems the 403 came from trying to create tags, but the problem is that SDK swallwed the message and tried to do a redirect..
{
"$id": "1",
"customProperties": {
"RequestedPermissions": 2,
},
"innerException": null,
"message": "TF401289: The current user does not have permissions to create tags.",
"typeName": "Microsoft.VisualStudio.Services.Security.AccessCheckException, Microsoft.VisualStudio.Services.WebApi",
"typeKey": "AccessCheckException",
"errorCode": 0,
"eventId": 3000
}
other operations work (like reading defects) but creating defects gives me that error .
this also may a bug in the libary as orignally i'm getting an http error 403 , and then a redirection occurs.
it seems the 403 came from trying to create tags, but the problem is that SDK swallwed the message and tried to do a redirect..