I am developing a Plugin referencing the url below.
https://developer.atlassian.com/display/JIRADEV/Project+Tab+Panel+Plugin+Module
I want to know how to use <
resource
type
=
"velocity"
name
=
"view"
location
=
"***"
/> parameter
described in the <project-tabpanel /> section of atlassian-plugin.xml.
AbstractProjectTabPanel#getHtml() returns the page contents on a web browser.
I think there is any mechanism that reads the contents of <resource type="" name="view" location=""/> as a String instance.
But I cannot find any description in the online documentation.
Override the getHtml() as below.
@Override
public String getHtml(BrowseContext browseContext) {
return super.getHtml(browseContext);
}
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.