-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
14
-
36
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Problem Definition
JIRA 7 switched to precompiles jsp, that means usual .jsp template is not read by Tomcat any more.
Previously in JIRA 6, users are able to modify the default .jsp template file where customisation is possible by following this documentation JIRA Template & JSP's. However, at this moment, there is no documentation on how this can be achieved for JIRA 7.
Suggested Solution
To have documentation as per JIRA Template & JSP's for JIRA 7 and steps on how to make the changes done on the JSP files to be accepted by JIRA 7
Note
<atlassian-jira>/atlassian-jira/includes/decorators/aui-layout/header.jsp page is not injected into every page in JIRA. So documentation should include new instructions, if possible.
- is related to
-
JRASERVER-39823 Custom HTML blocks for head, and end of body
- Gathering Interest
- relates to
-
JRACLOUD-59587 Request for documentation on how to tweak JSP in JIRA 7
- Closed
-
JRASERVER-59402 JSP files are missing in JIRA 7
- Gathering Interest
Form Name |
---|
I have just upgraded to Jira 9.9.1 and this hack no longer works....
I have commented out all references to head-resources.jsp, however the new menu item only shows up in admin mode, not in the general pages.
Atlassian has added a new reference in a jsp file called './decorators/general-flush-early-head-and-header-skeleton.jsp'
The name of this is suspicious and maybe this hack no longer works...
Has anyone had any luck with latest versions of JIRA?
Why do we still have to do this painful hack Atlassian??????????????
—
IGNORE this, I found the issue... AJS.toInit() is not valid on page load in general pages, once I removed this it all worked.
I see a few plugins use this and are throwing errors too - OMG...