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

Is there a list of WebPanel "location" attribute values for JIRA?

Arthur
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.
August 25, 2015

Hi, 

on the official JIRA tut of the webpanel plugin module there is no list of possible location values. (see https://developer.atlassian.com/jiradev/jira-architecture/building-jira-add-ons/jira-plugins2-overview/jira-plugin-module-types/web-panel-plugin-module)

on the tut for BAMBOO is a list of locations: (https://developer.atlassian.com/display/BAMBOODEV/Web+Panel+Module#WebPanelModule-Locations)

 

Where can I find the list for JIRA locations? 

Thanks smile

4 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Andreas Ebert
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.
August 25, 2015

Take a look at the Web fragments page. Popular locations are linked at the bottom of that page.

Arthur
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.
August 25, 2015

thanks. I found that too. But it does only point here: https://developer.atlassian.com/jiradev/jira-architecture/web-fragments/view-issue-page-locations where it only has "atl.jira.view.issue.right.context" as an example. We can only guess when there is a "right.context" that there also is "left.context". thats not a good documentation.

2 votes
Volodymyr Krupach
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.
August 25, 2015

You can use this wonderful plugin https://marketplace.atlassian.com/plugins/com.wittified.webfragment-finder

I guess that you are loogking for atl.jira.view.issue.left.context:

image2015-8-25 13:29:58.png

Arthur
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.
August 25, 2015

thanks !

1 vote
Keiei Tanto _Vivid_ September 30, 2015

Many can be quickly identified by scanning the host application (JIRA) source code:

    $ find path/to/jira/src -name atlassian-plugin.xml | xargs grep 'web-panel.*location'

Vary grep's regular expression to find items of interest.

Volodymyr Krupach
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.
September 30, 2015

Smart :-)

0 votes
Titus
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.
September 25, 2015

Have you already find such a list? I'm looking for that kind of list scince a very long time.

The tutorials are nice, but they just describe three or four locations. All other locations or sections for webpanels or webfragments you need to guess.

 

For instance I try to have a velocity template rendered in the viewuser jsp. But I don't even know whether it is a webpanel or a webfragment.

For the viewprofile jsp it works fine using the location 'webpanels.user.profile.summary.custom'

But are there any location for the viewuser jsp?

 

The wittified plugin is nice indeed but it seems that it is not showing all possible locations/sections.

 

 

Thanks.

Arthur
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.
September 25, 2015

Hi, nope, I used https://developer.atlassian.com/jiradev/jira-architecture/web-fragments#Webfragments-Locations to try to find the right location value. In my case I used "atl.jira.view.issue.right.context"

Titus
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.
September 28, 2015

Thanks for your answer. According to the locations for webfragments, it should not be possible to add content to the viewuser servlet.

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events