Hello everybody. I use REST API v2 and assignee method, like PUT https://domain/rest/api/2/issue/issue-13779
Body:
{
"fields": {
"assignee":{"name":"anastasia"}
}
}
Everything was ok till 1-3 days. Now this method doesn't work. When I call it, it makes only unassign person.
Dear @Dmitry Borisov ,
referring to the REST API DOC v2 , its not "name" but "accountId" (see example request).
So long
Thomas
Thanks, it helped!
From documentation:
name
string
This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.