On left sidebar is not PROJECT SHORTCUTS part in some projects.
I can see Software and Business project with PROJECT SHORTCUTS, but also without this part. I am Administrator in all projects.
Is somewhere possibility to view PROJECT SHORTCUTS part or what can have an impact to this?
In Confluence I have the same problem. I have one space, where I can see SPACE SHORTCUTS and in same space, space admin did not see this part of sidebar.
Hello @Jana Lohonková and welcome to Atlassian Community,
Did you try this? From Atlassian Support Knowledge Base
When accessing a project, expanding the Project Sidebar would not show the "Project Shortcut" feature:
No error stack trace can be found in the logs.
select * from "AO_550953_SHORTCUT" s, project p where s."PROJECT_ID" = p.id and s."SHORTCUT_TYPE" = 'project.shortcut.default.link';
It is not yet known on how JIRA generating the "SHORTCUT_TYPE" to "project.shortcut.default.link" but this appears to be the cause of the issue.
Run the following SQL Query to remove any rows with "project.shortcut.default.link"
Please create the necessary backup before proceeding
delete from "AO_550953_SHORTCUT" where "SHORTCUT_TYPE" = 'project.shortcut.default.link';
Thank you very much. I will try it.
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.