For our backlog prioritization meetings I want to color-highlight issues in our scrum board which have not yet been manually ranked. My idea is to create a custom field (single choice, yes or no) indicating whether or not the Rank has been changed since the issue was created.
The custom field would default to 'No' on issue creation. I want to use a ScriptRunner listener on all issue updates to set the custom field to 'Yes' if and only if the Rank was changed in the update.
I cannot find any ScriptRunner examples to (1) check whether the Rank was changed in the issue update and (2) update my custom field.
Thank you,
Nathan
p.s. I would be receptive to other suggestions if you think I'm going about this the wrong way.