I need to identify Issues which were added After the start of Sprint and the same issue was Removed from the sprint while the sprint was active?
Ex.
Sprint Start Date: 1-Feb
Sprint End Date: 14-Feb
Issue-1 Added in the Sprint on 3-Feb
Issue-1 Removed from the Sprint on 5-Feb (Issue was added to Product Backlog)
I tried using the functions addedAfterSprintstart and removedAfterSprintstart but it does not show the above report as the Sprint Start Date is taken as base.
My management is looking for such report. I am using daily extract into excel sheet and comparing but it's not an ideal method.
Any way we can achieve this? Thanks in advance