We have a custom field which is a date. When issue is created the field contains 'None'. At some point in the process a date is added to the field (changes from 'None' to a date).
Is it possible to find issues where the date has been changed subsequently? That is, changed from the first date to a new date?
Is it possible to count how many times a CF date field has been updated?
If not using JQL then in a script?
Hello @Helle Overbeck
Yes, you can use a script do achieve this.
You can use the following APIs
Based on the above API you can get the list of all changes for a field on a issue. If you use the script as part of the scripted field then the issue object is the underlying object which contains the scripted field.
Thank you - I guess I was hoping for something more simple.
Think I will need assistance (from colleagues) to be able to achieve this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.