Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

Scenario

The issue summary in each project consists of many details which can include common and specific keywords. An example of specific keywords would be the brand of a particular product and common keyword could describe what the product is.

...

Scenario

...

With the Canned Search Gadget, it is possible for users to search conveniently from a field with 

  • a predefined list of keyword; or
  • user specified text

Image Added

This is because when there is no value provided in the search box, the criteria is ignored for the search. 


Search from predefined optionsSearch with a specific keyword

Image Added

Image Added


Tip

It is also possible that the 2 search fields can work in conjunction by using AND criteria in the JQL filter



How to do it

...

The Canned Filter adapts an existing Jira filter and allows you to select which fields to be displayed for searching and which fields to stay fixed

Step 1: Define a Canned Filter

A possible filter could be: 

Code Block
Project = "Public Project" AND (Summary ~ XXX OR Summary ~ YYY)

The use of "OR" logic will allow the same

...

field to be

...

searched multiple times, which means a variable can be configured to needs of users.

...

To create a Canned Filter to use

...

,

  1. Select Manage Canned Filters under the Issues menu 
    Image Modified

  2. Click on Add Canned Filter 
  3. Select the filter to be adapted from or draft the JQL directly
    Image Modified

  4. Then click on the Select Variables link to proceed to step 2 
    Image Modified

  5. Set the Summary field to be dynamic by clicking on the corresponding Select checkbox 

    Note

    A) -> The original value is replaced with an underline
    B) -> It is possible to select the type of input box in the search gadget for that field (E.g. Dropdown, Text)
    C) -> It is possible to display another name (alias) in the search gadget for that field (E.g. Keyword, Free Text)


  6. Click on Save button to save. The list of Canned Filters is updated

...


Step 2: Create a Gadget to use on Dashboard 

  1. Configure the Canned Search Gadget by filling in the configuration as below
    Image Modified

  2. Click on the Save button
  3. Result on Dashboard
    Image Modified
     
  4. To search, you can either use the dropdown field or by entering a text to search for and click Search  
    Image Modified


Related KBs