Versions Compared

Key

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


Page Properties
hiddentrue


Version1.1.0
CompatibilityJira 7.0.0 - 7.12.3
Date Released28 Nov 2018
Summary
  • Jira Legacy
    showSummaryfalse
    serverSystem JIRA
    serverId319f759e-4e60-358c-9b04-dd90ffb22ffc
    keySIS-13
     - Add Summary to displayable fields
  • Jira Legacy
    showSummaryfalse
    serverSystem JIRA
    serverId319f759e-4e60-358c-9b04-dd90ffb22ffc
    keySIS-14
     - Deleting one "Search for" field will remove all other fields
  • Jira Legacy
    showSummaryfalse
    serverSystem JIRA
    serverId319f759e-4e60-358c-9b04-dd90ffb22ffc
    keySIS-15
     - Make date field searchable and displayable
For details, refer to SIS 1.1.0 Release Notes


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

...

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"

...