klesh commented on issue #7241: URL: https://github.com/apache/incubator-devlake/issues/7241#issuecomment-2111713968
Hi @mdevilliers, Thanks for your patience! I apologize for missing the notification for this issue. Overall, the PoC looks very promising. Here are a couple of points to consider: - Unique Constraint on issue_key: Currently, issue_key doesn't have a unique constraint, which could lead to collisions, especially with multiple connections. That said, prioritizing the first encountered issue might be a reasonable approach for most cases. - GitLab vs. JIRA: The PoC seems to connect issues and merge requests (MRs) within the same GitLab project. Would this functionality need to be adapted for your use case of JIRA issues and GitLab MRs? # Additional Thoughts: - Plugin Name: We could consider a more generic name like "linkers" for the plugin, allowing for future expansion with new "linkers." - Pull Request: Would you be open to submitting a Pull Request (PR) to the main repository? This would allow others to review and contribute to the project. -- 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]
