I want to filter issues in PROJECTX where the Epic Link was changed during some time period using JQL query.
Something like:
project in (PROJECTX) AND "Epic Link" changed FROM "Epic Link 1" TO "Epic Link 2" DURING ('yyyy/MM/dd', 'yyyy/MM/dd')
Or maybe is there some workaround to find these kind of issues ?