I create a filter subscription that mails every day here the filter below
project in ("xxx", "xxx", "xxx") AND fixVersion changed after startOfDay(-1) before endOfDay(-1)
It sents in mail all updated latest fixversion but i want to show old fixversions values as well in mail. Below image shows the present columns in mail. Please suggest the solution.
Thanks in advance
Are you saying you want to capture all issues where the FV changed the previous day and you wish the results to display the previous version and the new version? If so then you would need a custom field to retain ‘previous version’ and couple that with some form of automation or listener to monitor the FV and copy that info to previous field. The trick however would be when to update previous since if you update immediately then the previous will always equal FV. Maybe simply record a comment when the FV changes via automation?
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.