xiaomingzhang12 opened a new issue, #5968: URL: https://github.com/apache/incubator-devlake/issues/5968
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened In the sprints table, the field completed_date and ended_date value logic are reversed ### What do you expect to happen  https://devlake.apache.org/docs/DataModels/DevLakeDomainLayerSchema/#sprints ### How to reproduce In Zen Tao, create a "design" iteration and set the planned start time to be 2023-08-24, the planned end time to be 2023-08-24, the actual start time to be 2023-08-23, and no time end time to be set. As shown in the figure:  After collecting the data, look at the sprints table and see that completed_date is 2023-08-24 08:00:00 + 08, ended_date is null. According to the requirements, the expected effect is: completed_date is null, ended_date is 2023-08-24 08:00:00 + 08 . ### Anything else _No response_ ### Version v0.19 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
