Hi, we specify releases that contain start and end dates, is it possible to query using the name of the release as a reference for passing the dates to the query for example
project = myProject AND issuetype in (Bug, Epic, Story) AND status in (Closed, resolved) AND "Allocated Team" in (myTeam) AND resolved >= myRelease.StartDate AND resolved <= myReleaseEndDate