-
Suggestion
-
Resolution: Fixed
-
9
-
17
-
NOTE: This suggestion is for JIRA Service Desk Server. Using JIRA Service Desk Cloud? See the corresponding suggestion.
Steps to Reproduce:
- Create two Service Desk Project.
- Set the Custom Portal Logo for both project.
- Check the Project Portal to see if the logo is applied.
- Navigate to the Main Portal or Help Center.
<JIRA Base URL>/servicedesk/customer/portal
Expected Result:
- The Logo will appear beside the Portal Title.
Actual Result:
Notes:
- is related to
-
JSDSERVER-3898 Smart portal does not allow for displaying of portal descriptions when viewing all available Service Desk portals
- Closed
-
JSDSERVER-3527 Option to revert to the old style of Help Center
- Gathering Interest
- relates to
-
JSDCLOUD-1836 Portal Logo to be Shown at the Main Portal
- Closed
-
JSDSERVER-2198 Each Service Desk Project To Have Icon At Help Center
- Closed
- is duplicated by
-
JSMDC-6197 You do not have permission to view this issue
After a bit of testing and searching, i got it working for JIRA Service Desk 3.2.
It seems that Service Desk 3.2 renders the portal different than 3.1 and didn't use the .soy file.
The portal seems be generated from customerportal.bundle.js which is in the jira-servicedesk-3.2.0-139 root folder.
To make the file a bit more readable i used: http://jsbeautifier.org
The line that needs to be changed is 16345:
Here is the complete customized line:
You will see that it uses the same tags as in the .soy file.
Regards,
Tim