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 ?
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")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.