Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Add JIRA Web Panel in main view issue location

Ulrich Kuhnhardt
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 25, 2013

According to https://developer.atlassian.com/display/JIRADEV/View+Issue+Page+Locations it is possible to add a web panel with custom content on the right side of the issue view screen.

I would like to add a web panel with custom content in the main view issue area like

How can I achieve this in a v2 plugin?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Answer accepted
Bharadwaj Jannu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 26, 2013

I think you need to add location="atl.jira.view.issue.left.context" and weight should be declared accordingly. You go through atlassian-plugin.xml in your jira-view-issue-plugin(bundled plugins).

<!-- Details panel -->

<web-panel key="details-module" location="atl.jira.view.issue.left.context" weight="100">

<context-provider class="com.atlassian.jira.plugin.viewissue.DetailsBlockContextProvider"/>

<resource name="view" type="velocity" location="viewissue/detailsblock.vm"/>

<label key="viewissue.subheading.issuedetails"/>

</web-panel>

Bharadwaj Jannu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 26, 2013

the above declaration is for details panel on view issue page.

Daniel Wester
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2013
You can use our(Wittified LLC's) Web Fragment Finder plugin to identify web panel locations as well https://marketplace.atlassian.com/plugins/com.wittified.webfragment-finder
TAGS
AUG Leaders

Atlassian Community Events