

"description": "Atlassian Connect add-on", For example the following atlassian connect descriptor would render a sidebar link and content when selected.

This mechanism is the same for atlassian-connect add-ons. Additional web-resources (JS, CSS) can also be included on the page by adding them to the . Note how the link property in the release-page web-item references the location property in the release-page-key web-panel. The ProjectPageServlet will take care of wiring up the selectedItem with the web-panel location and rendering the panel when the web-item URL is requested. projects/$pathEncodedProjectKey?selectedItem=-projects-plugin:release-page The following context parameters are available for your web-item. Add the link to the sidebar as a web-itemĪdd your link as a web-item to the .navigation`` web-section. To add a link for your add-on to the sidebar, you will need to add the link to the sidebar as a web-item, then provide the content in the main page content area. you want your add-on's sidebar link to open a particular board in the project, read the Advanced implementation section below. If you want a more customized implementation, e.g. If you want to do this, read the Basic implementation section below. Most add-ons will just need to add links for their project-related content to the sidebar. Screenshot: Example JIRA project-centric view Guidelines Sidebar administration link (if the currently logged in user is a project administrator).Sidebar content section, including project navigation, project links and favorite filters for the user.The project-centric view features the following components: enable/disable for all users). This means that from JIRA 6.4,** your add-on will need to cater for instances where the project-centric view is enabled, as well as instances where it is disabled.** The project-centric view will be introduced in JIRA 6.4, but can be disabled on both the user level or on the global level by an administrator.įor both JIRA Cloud and JIRA Server, individual users will be able to switch it on or off. Administrators will also be able to override this setting (i.e. The design guide will help you provide the best user experience for your add-on in the project-centric view. Read the Design guide - JIRA project-centric view before you read this page. This page provides you with development guidelines for adding your add-on to the new project-centric view in JIRA.
