在 Jira 中编辑现有问题时出错
Error on editing an existing issue in Jira
我正在尝试使用 Rest api 调用将受让人字段设置为 Jira 中的现有问题。
我收到错误:"Field 'assignee' cannot be set. It is not on the appropriate screen, or unknown."
我正在对 "https//:{jira-server}/rest/api/2/issue/OPCP-32" 进行 PUT 调用,其中 OPCP-32 是问题 ID。
这是与权限相关的错误还是我做错了什么?
我的 json 看起来像这样:http://pastebin.com/56TMMTCN
这是一个权限相关的问题。获得了必要的权限,它按预期工作。
我正在尝试使用 Rest api 调用将受让人字段设置为 Jira 中的现有问题。 我收到错误:"Field 'assignee' cannot be set. It is not on the appropriate screen, or unknown." 我正在对 "https//:{jira-server}/rest/api/2/issue/OPCP-32" 进行 PUT 调用,其中 OPCP-32 是问题 ID。 这是与权限相关的错误还是我做错了什么? 我的 json 看起来像这样:http://pastebin.com/56TMMTCN
这是一个权限相关的问题。获得了必要的权限,它按预期工作。