Smart Issue Panels for Jira
For all the following procedures,
Smart Panels for Jira Add-on must be installed on your Jira server with a license or trial license (see our Installation Guide for detailed instructions).
You must be logged in as a user with the Jira Administrators global permission.
Creating a new Issue Panel
An Issue Panel is specific to a single project. If you want to reuse the configuration of an existing Issue Panel, go to step Copying an Issue Panel on this page.
Choose :cog_icon: > Manage apps.
From section SMART PANELS, select Manage Panels.
Click Create New Issue Panel.
Use the form to configure the following attributes and conditions of your panel:
Section | Parameter | Description | Additional Information | Required |
---|---|---|---|---|
Details | Name | Enter the name for the panel. Use a self-explanatory panel name so users can understand the purpose of your panel. | max. 254 characters | yes |
Description | Add a description of the panel. | max. 4096 characters | no | |
Project | Select the project for which the panel will be displayed. | Single Select Field | yes | |
Issue Type | Select specific issue types to display the panel on issues of selected issue types only. | Multi-Select Field | no | |
Enabled Panel | The panel can be enabled or disabled. Only an enabled panel will be displayed in the Issue View Screen. | preset | ||
Content > Max Issue Count | Max Issue Count | Choose the maximum issue number on one page. Use pagination to avoid overcrowded panels. | Default: 10 | yes |
Content > Filter For detailed documentation see Constructing the JQL Query | JQL | Use JQL (Jira Query Language) to search for issues. | Auto-complete function to suggest writing correct JQL. Incorrect JQL semantics will result in an error message in the panel view. | yes |
Additional JQL Function | Paste currentIssueField() with the selected field as a placeholder to the JQL field. | Allows to perform a dynamic search on issue specific values. For detailed documentation see Constructing the JQL Query | no | |
Helper | Paste JQL from suggested pre-defined filters to the JQL field. | Suggests all filters which are shared with the current user and selected project. | no | |
Content > Columns | Columns | Select the metadata of the issue to be displayed. Optionally customize the header. |
| preset |
Permissions | Viewers | Grant permission to view the panel to certain groups, project roles, etc. | Jira administrators are default viewers. If no permission is selected, the default will be applied. | preset |
Editors | Grant permission to edit the panel. | Jira administrators are default editors. If no permission is selected, the default will be applied. | preset |
5. Click Create and you will be redirected to the Manage Panels page.
Constructing the JQL Query
In the content section Filter we use JQL to construct the search query. The result of this search query is a list of issues that will be displayed in the Smart Issue Panel.
Define your JQL in the JQL field. Advanced JQL features like auto-completion, operators, etc. are available.
The field Helper allocates all filters which are shared with the current user and selected project.
Selecting a filter will paste the respective JQL query to the JQL field. You can further edit the query in the JQL field after it has been pasted.An additional JQL function of type
currentIssueField()
was added to perform a dynamic search on issue specific values. Select any allocated field in the Additional JQL function drop-down and a respectivecurrentIssueField()
function will be generated and added to the JQL field automatically.
Available System Fields | Available Custom Field Types |
---|---|
|
|
Adding a new Issue Panel directly to a project
Choose :cog_icon: > Add-ons.
From section SMART PANELS, select Project Configurations.
Locate the desired project and click :button_action: > Create Issue Panel.
On the Create New Issue Panel page use, the form to configure the attributes and conditions of the panel (see above table). The project parameters will be preset according to your selection.
Click Create and you will be redirected back to the View Project Configurations page.
For the following procedures, at least one Issue Panel must already exist.
For all the following Actions:
Choose :cog_icon: > Manage apps.
From section SMART PANELS, select Manage Panels.
Select tab Wiki Panels.
Tip:
You can sort your panels by Name or Status.
To trigger the sort, click on the header Wiki Panels or Status of the panel table.
Editing an Issue Panel
Locate the desired Issue Panel and click :button_action: > Edit.
On the Edit Panel page, use the form to configure the attributes and conditions of the panel (see above table).
Click Update and you will be redirected back to the Manage Panels page.
Copying an Issue Panel
Locate the desired Issue Panel and click :button_action: > Copy.
On the Create New Issue Panel page, use the form to configure the attributes and conditions of the panel (see above table). The panel parameters will be preset according to your selection.
Click Create and you will be redirected back to the Manage Panels page.
Enabling/Disabling an Issue Panel
Locate the desired panel and click :button_action: > Enable/Disable.
Select the option Enable or Disable depending on the panel status.
Removing an Issue Panel
You can only remove Smart Panels that have been disabled. Disable your panel prior to deletion.
Locate the desired Issue Panel and click :button_action: > Remove.
Confirm "Are you sure you want to remove this panel?" with clicking Remove and you will be redirected back to the Manage Panels page.