Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Script Fields - Which search template should I use for this format: "1d 12h"?

Kyle Moseley _blueridge_cx_
Contributor
January 13, 2015

I have a scripted field where I'm returning a duration of time. I went with Xh Xd to keep with JQL's formatting. Is there a way to properliy sort this sort of duration? Number, Text, Date Picker Range aren't working. Any ideas?

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
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.
January 13, 2015

I'm afraid the answer is "none of them".  The problem here is that you're representing a number as a string.  Because it's a string, you need a string type searcher, but that doesn't work for searching numerics

The "duration" stuff in JIRA's search and JQL works because it's storing a number in the background and interpreting it into a string for display - in the background, everything is done in numbers, but it talks to the humans in strings.  There is code to do that number <> text translation.

The script runner does not have that functionality (yet.  I seem to remember Jamie mentioned adding it sometime)

I think your best option might be to swap the field to be numeric, and represent hours.  Then you'll be able to search and sort it properly.

Kyle Moseley _blueridge_cx_
Contributor
January 13, 2015

Okay. It was using a double to represent days (ex: 1.11) with a number searcher. Guess I'll be sticking with that. Thanks.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events