Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get a least value of date/time field from all issues from a filter

CST JIRA Confluence Admin
Contributor
May 7, 2016

How to get a least value of date/time field from all issues from a filter

Is there a way to loop thru' all issues to get value of a field & find out least of it & store into a customfield ?

1 answer

0 votes
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.
May 8, 2016

You'll need some code to do this, and you need to think about when to run it (because if you store it and the data changes, you'll need to run it again to repopulate the target field)

The code wouldn't be too hard - there's API calls for "run jql, with an order by" to give you a list of issues, of which you can then just read the first one and grab the date off it.  As  usual, I'd use the script runner to do that (but it does depend on the "when to run it")

Suggest an answer

Log in or Sign up to answer