-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature][Domain] Add due_date field to issues table in the issue tracking domain #8315
Comments
To further enhance the due_date field, we need to introduce a customization feature. For example, in Jira, we should add a configuration option dueDateField (similar to storyPointField). This configuration will allow users to specify which field should be used when assigning values to due_date, rather than relying solely on the default duedate field. This flexibility will enable users to adapt DevLake to different Jira setups where the due date might be stored in a custom field. Let’s consider implementing this for other issue tracking tools as well. |
Search before asking
Use case
Currently, Apache DevLake's issue tracking domain does not include a due_date field in the issues table. However, many issue tracking tools, such as Jira, TAPD, and ZenTao, provide a field representing the expected due date of an issue. By incorporating due_date into the domain layer, DevLake users can analyze issue deadlines across multiple tools in a unified way.
Description
We propose adding a due_date field to the issues table in the issue tracking domain. This field should be populated using default mappings from existing fields in third-party issue tracking tools:
This enhancement will enable users to track and analyze issue deadlines consistently across different platforms, improving insights into project timelines, deadline adherence, and overall planning efficiency.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: