Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Fixversion subscription filter

siva
Contributor
February 9, 2021

 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

issue columns.png

1 answer

1 vote
Jack Brickey
Community Champion
February 10, 2021

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?

Suggest an answer

Log in or Sign up to answer