Depending on the "amount of days" between a given Start-Date and Finish-Date, we want to create for each single day a seperate Issue.
Example - Scenario:
1. Existing Issue-1 with: StartDate 02.07.2019 and FinishDate 04.07.2019
2. Execute Transition with Postfunction that Creates
2.1 Issue-2 with StartDate 03.07.2019
2.2 Issue-3 with StartDate 04.07.2019
How to solve this with Groovy?