Startrekzky opened a new issue, #7775: URL: https://github.com/apache/incubator-devlake/issues/7775
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement. ### Use case I can easily get `pr_coding_time`, `pr_pick_time` and other metrics in the `project_pr_metrics`. However, when I want to: - debug these metrics - OR customize metrics such as `first_comment_time` - `first_commit_authored_date`, or `deploy_time` - `last_comment_date` it'll be hard for us to do so. ### Description To do: Add the following timestamp fields to the project_pr_metrics table: - [ ] first_commit_authored_date - [ ] pr_created_date (ignore if it already exists) - [ ] first_comment_date - [ ] pr_merged_date (ignore if it already exists) - [ ] pr_deployed_date Please order the fields in the table according to the PR lifecycle. ### Related issues _No response_ ### Are you willing to submit a 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]
