플러그인 코드에서 Bitbucket 관리 페이지에 메뉴 추가
… <web-section key=”config-section” location=”atl.admin” weight=”40″> <label key=”web.menu.config” /> </web-section> </atlassian-plugin> 위와 같이 atlassian-plugin.xml 파일에 웹 섹션을 추가합니다. https://your.domain.net:7990/plugins/servlet/upm?web.panels 위와 같이 URL 뒤에 ?web.panels 에 추가 URL을 입력하면 위와 같이 화면에서 위치정보 및 주요정보를 확인할 수 있습니다. 관련 정보를 검토하고 필요한 경우 웹 섹션을 추가합니다. 참조 https://developer.atlassian.com/server/bitbucket/reference/web-fragments/ https://developer.atlassian.com/server/bitbucket/reference/web-resource-contexts/ https://developer.atlassian.com/server/framework/atlassian-sdk/web-section-plugin-module/ https://developer.atlassian.com/server/framework/atlassian-sdk/web-item-plugin-module/