Hello,
I'm trying to generate a report for the issue field values at a given time.
Is it possible to get the value of a field(ex: assignee, priority) at a particular time using Groovy?
Thanks.
If you're using ScriptRunner, you could by do this by traversing the change history. Specifically, you would provide a Date and test it against the ChangeItem's created time (and maybe the next ChangeItem's time as well).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.