Hi
I have two different pages that give different view on similar functionality for Jira Software and non Software
"conditions":[
{"condition": "can_use_application", "params": {"applicationKey": "jira-software"}, "invert": true},
{"or": [{"condition":"has_project_permission", "params": {"permission": "ADMINISTER_PROJECTS"}},
{"condition": "addon_property_contains_any_user_group",
"params": {"entity": "addon", "propertyKey": "com.redmoon.subtaskmanager.config", "objectName": "accessToTemplates"}}]
}]
"conditions":[
{"condition": "can_use_application", "params": {"applicationKey": "jira-software"}, "invert": false},
{"or": [{"condition":"has_project_permission", "params": {"permission": "ADMINISTER_PROJECTS"}},
{"condition": "addon_property_contains_any_user_group",
"params": {"entity": "addon", "propertyKey": "com.redmoon.subtaskmanager.config", "objectName": "accessToTemplates"}}]
}]
My problem is that I have a user that is a super admin user but they can’t access either of these pages. I have validated that they have administer project permission (using the permission helper). They have also added the administrator user group to the property (which I have also verified).
Why can’t they see one of the pages? It may just be a coincidence but I have another user on another plugin having similar problems (haven’t been able to verify it yet)
Thanks
Paul