Be able to search in history by a field

amiddleton October 25, 2015

Hi

Some of our tickets have an enormously long history tab, it would be great if there is a way to be able to just show those history items that relate to a particular field. Is this possible?

1 answer

0 votes
Alexandra Topoloaga
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 26, 2015

Using JJUPIN plugin you can get a field's history very easy. All you have to do is run a script like this: 

string field_name;
string[] field_history;
field_name = "Amount";
field_history = fieldHistory(key, field_name);

For more details please check: https://confluence.kepler-rominfo.com/display/SIL30/fieldHistory

 

Alexandra

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events