-
Suggestion
-
Resolution: Fixed
-
1,498
-
12
-
NOTE: This suggestion is for JIRA Portfolio Server. Using JIRA Portfolio Cloud? See the corresponding suggestion.
Summary
At the moment, sysadmins/admins cannot see a private plan unless they have been explicitly granted access. It would be desirable that admins have access to all plans.
Use case
This is to allow sysadmins/admins to see Private Plans for cleaning up purpose, for example when the said use has left the company.
Workaround:
You can use the following DB edits, noting these were written in PSQL update per your DB requirements
Using the Desired plan ID and username insert the 0 and 1 permissions into that plan with the following for the user
INSERT into "AO_D9132D_PERMISSIONS" VALUES ('<USER NEME HERE>',0,(SELECT max("ID")+1 from "AO_D9132D_PERMISSIONS"),0,<PLAN_ID_HERE>); INSERT into "AO_D9132D_PERMISSIONS" VALUES ('<USER NEME HERE>',0,(SELECT max("ID")+1 from "AO_D9132D_PERMISSIONS"),1,<PLAN_ID_HERE>);
- duplicates
-
JPOSERVER-243 Sysadmin/Admin cannot see private plans
-
- Closed
-
-
JPOSERVER-1327 Have a permission in Portfolio to be able to view all the plans
- Closed
- relates to
-
JRACLOUD-88142 Allow sysadmin/admin to access private plans
- Gathering Interest
- mentioned in
-
Page No Confluence page found with the given URL.
-
Page No Confluence page found with the given URL.
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
We are also impacted, this needs fixing.
Example: user raises support ticket to us about slow portfolio plan. We can't open the plan because it is restricted because this Jira or the content on the plan is not meant to be visible to all users on Jira(say different customers of same company using the instance). Therefore we have to
a) guide/ask users how to add support person account, adding extra delays and work for our team and the reporter
b) use scriptRunner built in feature and become the user first, adding extra delays and work for our team
in order to add the group that is already mentioned in Portfolio Permissions to be able to work and collaborate on solving the issue reported.
Now either this group should be automatically added when it is switched to ""private"" with explanation why, or it should be built into the Portfolio that they are part of ""Editors"" if the plan is ""private"" even when not specifically named.
Please note that users can't add groups they are not members of, ie: jira-administrators / jira-system-administrators.
Now given how Jira software and Jira service desk works, and the fact that Portfolio permissions separate configuration page is present, it begs the question what is it there for, if it clearly does not work as expected compared to mentioned Atlassian tools as examples.
I do not understand such ignorance given that the issue is still present in v 3.1 and this bug is here for ages !