Web panel servicedesk.portal.request.panels is not accessible.

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問


プラットフォームについて: Cloud、Server、および Data Center - この記事はすべてのプラットフォームに等しく適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

要約

This knowledge base article describes a scenario where web panel "servicedesk.portal.request.panels" is not available in JSM environment. The details of Web panels for customer portal can be found in this developer blog

環境

JSM 4.x

診断

    <web-panel key="myTestingPanel" location="servicedesk.portal.request.panels">
        <resource name="view" type="static"><![CDATA[<b>Hello World!</b>]]></resource>
    </web-panel>
  • Further we can built the plugin with "mvn clean package" , after building we can use the OBR file in target folder to upload into Jira Environment.
  • Once plugin is installed, we should observe following in customer portal.



ソリューション

  • Web Panel is a set of HTML that will be inserted into a web page.
  • Web Panel "servicedesk.portal.request.panels" is not available by default. It could be possible that any third party plugins would be using Web Panel with location "servicedesk.portal.request.panels" to customise Customer portal.
  • Thus user can check atlassian-plugin.xml within the plugins for any such Web Panel. If a Web Panel with location "servicedesk.portal.request.panels" exists then Web Fragment "servicedesk.portal.request.panels" should be available.




最終更新日: 2022 年 10 月 18 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.