Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.