Hi,
I want to update the team value for an issue. I tried both the following approaches using PUT operation on <>/ rest/api/3/issue
Approach 1:
but both do not work. Can someone help me with the correct json to update it?
Hello @vykalra
Welcome to the Atlassian community.
This syntax should work:
{
"fields": {
"customfield_10100" : "{id}"
}
}
Replace customfield_10100 with the identifier for the Team field in your instance.
Replace {id} with the ID value of the Team.
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.