-
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...
Form Name |
---|
[JPOSERVER-247] Allow sysadmin/admin to access private plans
Remote Link | Original: This issue links to "Page (Atlassian Documentation)" [ 429071 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 465485 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 452944 ] |
Description |
Original:
{panel:bgColor=#e7f4fa} *NOTE:* This suggestion is for *JIRA Portfolio Server*. Using *JIRA Portfolio Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/JPOCLOUD-247]. {panel} *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. |
New:
{panel:bgColor=#e7f4fa}
*NOTE:* This suggestion is for *JIRA Portfolio Server*. Using *JIRA Portfolio Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/JPOCLOUD-247]. {panel} *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. h3. 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 {code} 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>); {code} |
Workflow | Original: JAC Suggestion Workflow [ 3346159 ] | New: JAC Suggestion Workflow 3 [ 3666280 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JPOSERVER JPOCLOUD Suggestion Workflow [ 3159299 ] | New: JAC Suggestion Workflow [ 3346159 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Fix Version/s | New: 3.4.0 [ 87596 ] |
Remote Link | Original: This issue links to "Page (Atlassian Documentation)" [ 429101 ] |
Remote Link | Original: This issue links to "Page (Atlassian Documentation)" [ 425031 ] |