Wiki

Clone wiki

jira-stattable-searchers / Home

Supported Custom Field Types :

Installation

Install the plugin from the marketplace or the use a direct download link from the version history page.

Enable the statistic for JIRA custom fields

For convenience all Stattable Searchers have (stats) in their name.

2_edit_search_template.png

2_set_search_template.png

Enable the statistic for Groovy Scripted fields

You have to chose a template that matches your searcher, please refer to Scripted Field Searcher Configuration and GRV Scripted Fields documentation

Reindex

To benefit from the new searchers and statistic, you have to rebuild the index:

3_reindex.png

About Statistics

  • The time is omitted when comparing DateTime custom fields.
  • Text custom fields are truncated at 255char, just in case you wanted index of unlimited length of text.
  • CascadingSelect statics uses the first level option, using cascading select custom field

Sorting

Sorting is done with natural order :

  • 1
  • 2
  • 10
  • 30

.. is natural order comparing to

  • 1
  • 10
  • 2
  • 30

Sample data:

usage_input.png

Exact Text Searcher

this is probably the statistic you are looking for :

usage_2D_exactText.png

exemple : every issue where the custom field match : "F*" , match all of the above

#!JQL

"Free Text" ~ "F*"

exemple : every issue where the token "4" is found , ie only "Free 4"

#!JQL

"Free Text" ~ "\"4\""

Free Text Searcher

this statistic will tokenize the content :

usage_2D_freeText.png

Cascade Searcher

usage_2D_date_cascade.png

Date Searcher

Same as Date and Time Searcher.

Date and Time Searcher

usage_2D_dateTime.png

Have fun!

Updated