klesh opened a new pull request, #4408: URL: https://github.com/apache/incubator-devlake/pull/4408
### Summary In order to support time filter by `UpdatedDate`, the following actions were taken: 1. added `UpdatedDatedAfter` to `collector_state` as well as jira `TaskOptions` and `TaskData` 2. `ApiCollectorStateManager.IsIncremental` was modified to take `UpdatedDateAfter` as the First Factor to consider, or fallback to `CreatedDateAfter` if `UpdatedDateAfter` was not specified. In other words, `UpdatedDateAfter` would override the `CreatedDateAfter` option 3. JIRA `issue_collector` was modified to follow the principle accordingly ### Does this close any open issues? Closes #4403 ### Screenshots The initial collection, should respect the `updatedDateAfter` option  The second collection, should collect no record at all, the `_raw_table` should stay unchanged after collection  Whenever an older issue got updated, it should be collected.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
