I've added our url, ClientID, and ClientSecret to the code. When I run the program I get prompted to login which I do.
When I try to use the `get` and `api/v3/defects` I receive the following error
Bad Request
{
"error_description": "Items returned have an assigned to type other than type User. Teams are not supported by this version of the API.",
"message": "Items returned have an assigned to type other than type User. Teams are not supported by this version of the API."
}
Am I doing something wrong?
↧