Version1.1.0
CompatibilityJira 7.0.0 - 7.12.3
Date Released11 Dec 2018
Summary
  •  - Add Summary to displayable fields
  •  - Deleting one "Search for" field will remove all other fields
  •  - Make date field searchable and displayable


We are pleased to release the following features for Smart Issue Searcher 1.1.0


Searchable and Viewable Summary Field 

Added Jira Summary field to the field to be search for and display in panel.

Like other text field search, Jira Term Modifiers can also be used in the issue's "Search Field" or specified in "Different Value". (see Search syntax for text fields for more info)

e.g. 

Searchable and Viewable Date Field 

Jira Date/DateTime issue fields and custom fields are now searchable and viewable:

For the date/datetime "Different Value" search, the following conventions are allowed:

TypeDescriptionExample
Exact Date

Exact date search of the following format:

  • yyyy/MM/dd HH:mm
  • yyyy-MM-dd HH:mm
  • yyyy/MM/dd
  • yyyy-MM-dd
  • 2018/11/23 08:00
  • 2018-11-23 08:00
  • 2018/11/23
  • 2018-11-23
Period Date

Period date relative to the Search Field.

The period has to be specified in the following format:

  • (<|>|=|!=) d(M|w|d|h|m)
SymbolDescription
<|>|=|!=

The operator specifying the date range:

  • '<' – "Search Field" date - date period →"Search Field" date
  • '>' – "Search Field" date "Search Field" date + date period
  • '=' – "Search Field" date - date period → "Search Field" date + date period
  • '!=' – Not within ("Search Field" date - date period → "Search Field" date + date period)

** if no operator is specified, it is assumed to be '='

dNumber of (M|w|d|h|m), up to 5 digit number
M|w|d|h|m
  • M – Month(s)
  • w – week(s)
  • d – day(s)
  • h – hour(s)
  • m – minute(s)


  • 5d
    • If "Search Field" date is "2018-11-23", search will return issues between "2018-11-18" to "2018-11-28"
  • < 4w 2d
    • If "Search Field" date is "2018-11-23", search will return issues between "2018-10-24" to "2018-11-23"



Issues Resolved