I want to create a custom field in my Jira Project for all issues. But at the same time I do not want that property to be shown on screen to the users. Now I am able to succesfully create a new custom field, but problem occurs when I try to set it's value. Because that custom field is not shown on the screen, thus I am setting 'overrideScreenSecurity' parameter to true (as given in Edit Issue API). But I am getting following response :
{ "errorMessages": [ "Only Connect add-on users with admin scope permission are allowed to override screen security." ], "errors": {} }
Despite I am the admin of the project. Can anyone please help me in figuring out the problem.
P.S. : All of above work has to be done using JIRA API only, no GUI.
Thanks
I have this problem too, are you fixed this ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As i understood that Only Connect addons can override screen security (it means JWT auth must be used for addon).
For now i just added all needed custom fields to edit screen view and error is gone.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
understand, thanks).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the exact same issue and my user has admin and site-admin permissions. @Abhishek Bansal, were you able to resolve this issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bella Nagirner, @Abhishek Bansal
Can you, please tell me how did you solve your problems?
BR, Tomasz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your user has to be a JIRA administrator to be able to bypass the security.
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.
You said are the project administrator. That's not enough, you need to be the JIRA admin to bypass security.
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.
Get an admin to add you to one of the groups that grant administrator rights.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem with updating the filed which are not on the edit screen. I also have the admin permissions.
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.