I use Postman to test a PUT request in my JIRA sandbox.
My JSON body:
{ "update": {"customfield_15315": [{"set":"11111011112"}]}}
but keep on getting the following response:
{ "errorMessages": [], "errors": { "customfield_15315": "Field 'customfield_15315' cannot be set. It is not on the appropriate screen, or unknown." }}
I essentially just want to edit one field on the issue. I get this error on all the field, custom and standard.
I have admin rights and the field is visible the create/view/edit screens of this project.
This is my path rest/api/2/issue/464382 with no parameters set
Hi aarya,
1. By default, Project Users is associate with jira-users groups. You need to manages groups of users and re-associate with Project Roles in Administration > Users > Roles. For more information, please refer here.
2. After done configure step 1, dashboard problem will be sorted as well.
Hope it helps.
Cheers,
John
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.