Hi,
I'm having a trouble when trying to custom the Jira's issue detail page.
Usually, the issue detail page, we have a link to view the workflow's graphic.
Now I
That web-panel has the id="details-module". Now I want to replace that web-panel by my custom tom web-panel. So I added this to atlassian-plugin.xml.
<web-panel key="details-module" system="true" location="atl.jira.view.issue.left.context" weight="100">
<context-provider class="jira.plugin.viewissue.DetailsBlockContextProvider"/>
<resource name="view" type="velocity" location="/templates/jira/plugin/viewissue/detailsblock.vm"/>
<label key="viewissue.subheading.issuedetails"/>
</web-panel>
Some how when I run it, the default web panel still appear above of my custom web panel, like this:
I can write some Javascript code to hide the first web-panel but it's just a workaround and sometimes it doesn't work.
Is there any way to hide the Jira's default web-panel?
Any help would be apprecieated.
Hi,
I suppose you can modify \atlassian-jira\WEB-INF\atlassian-bundled-plugins\jira-view-issue-plugin-7.9.2.jar\atlassian-plugin.xml and delete web-panel module with details-module key. But it's also some kind of workaround and it's required additional attention during Jira updates.
Thank you @Aleksandr Zuevich
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.