I have a custom Groovy listener that will (when a certain IssueType is updated) look at a field (product version) and find all the tickets that have fixVersion equal to it. With those tickets, it will set the custom field (release) to be the same as the original ticket.
However, if I change the "product version" to a new value, the listener just sets the release field on a new set of tickets. I want to clear the old set of tickets first, but I am not sure how to get the original value of "product version" in the listener.
Is there a way to do this without parsing the History of a ticket?
George
Well George:
Here is a link that you needed:
https://answers.atlassian.com/questions/182904/script-listener-old-field-value
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.