Hello all,
I am implementing a cloud plugin. I try to update a custom field but it throws an 403 error when a set the parameter overrideScreenSecurity=true.
I am using atlassian-connect-express 2.x
I have put ADMIN scope for the plugin and the user has Administer Project permission and even Jira administrator.
The code :
AP.require('request', function(request){
request({
url: '/rest/api/2/issue/'issueKey'?overrideScreenSecurity=true',
type: 'PUT',
The error :
403 - only connect add-on users with admin scope permission are allowed to overwrite screen security.
Do you think that's a bug, or do I miss something in my configuration ?
Thanks for feedback
Best regards,
S.