• James Ramsay's avatar
    Add filters for created/updated at to Epics API · 5ee2333c
    James Ramsay authored
    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
    5ee2333c
epics.rb 5.68 KB