Add filters for created/updated at to Epics API
When trying to retrieve data from a specific range of time, filtering by created and updated time prevents the client from needing to scan the entire data set. The Epics API can now, consistent with the Issues API, be filtered by: - created_after - created_before - updated_after - updated_before
Showing
Please register or sign in to comment