Web panel locations for issue view in board mode

Hi! In our add-on we need to install a web panel to the issue view in Agile mode but I can’t find a proper location in the documentation. Do JIRA Software provides such location?

1 Like

Hi @nnmatveev,

This is the atl.gh.issue.details.tab location.

Dave

1 Like

Thanks, it works. I double checked the documentation - can’t find any reference information about it.

Is it possible to configure tab icon somehow?

Hi @nnmatveev,

No, see: [ACJIRA-259] - Ecosystem Jira

Some follow up on the “ambitious changes to look and feel that will certainly imply changes to both of these locations” I mentioned in my comment: https://ecosystem.atlassian.net/wiki/spaces/CW/pages/322374692/Austin+Texas#Austin,Texas-issues

1 Like

Hello,

It’s been a while since this post was made but I tried to put a web panel in the same way as written here, I tried to put the location atl.gh.issue.details.tab but nothing was in the issue, here is the code:

<web-panel name="EinsteinQuotes" key="einstein-quotes" location="atl.gh.issue.details.tab" weight="1000">
    <description key="einstein-quotes.description">The EinsteinQuotes Plugin</description>
    <resource name="view" type="static">Einstein Quotes</resource>
</web-panel>

Someone has an idea about why the panel is not shown?

Thank you!