You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable users to link commits to specific issues in Huly, either as a connection in the side panel or by associating commits with sub-tasks directly within the issue interface. This feature will enhance traceability and streamline development workflows.
Problem Statement
Currently, Huly does not provide an intuitive way to link commits directly to issues. Developers have to rely on commit messages or external tracking to associate their work with specific tasks. This results in:
Reduced traceability of work items to their source code changes.
Lack of visibility into progress from the issue perspective.
A less seamless experience compared to systems where commits and issues are tightly integrated.
Proposed Solution
Introduce a feature that allows users to associate commits with issues in two ways:
Side Panel Linking:
Display a list of recent or relevant commits in the issue's side panel.
Provide an option to search for and manually link existing commits.
Sub-task Association:
Allow users to create sub-tasks for an issue and associate specific commits with those sub-tasks.
When viewing the sub-task, show the linked commit details for easy reference.
Benefits
Improved visibility of work progress from within issues.
Easier collaboration by making code changes directly accessible from issues.
Enhanced traceability and reporting for teams managing multiple tasks.
Implementation Details
UI Changes:
Add a "Linked Commits" section to the issue's side panel.
Include a button to manually associate commits or view linked ones.
Display commit details (hash, author, date, and commit message).
Data Model:
Extend the issue data structure to store linked commit references.
Add metadata to commits to store their linked issue ID or sub-task.
API Updates:
Provide API endpoints to fetch and manage linked commits.
Ensure compatibility with existing Git commit and issue workflows.
Summary
Enable users to link commits to specific issues in Huly, either as a connection in the side panel or by associating commits with sub-tasks directly within the issue interface. This feature will enhance traceability and streamline development workflows.
Problem Statement
Currently, Huly does not provide an intuitive way to link commits directly to issues. Developers have to rely on commit messages or external tracking to associate their work with specific tasks. This results in:
Proposed Solution
Introduce a feature that allows users to associate commits with issues in two ways:
Benefits
Implementation Details
Acceptance Criteria
Alternatives Considered
The text was updated successfully, but these errors were encountered: