get_work_item_notes should return the resolution status of a discussion thread
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Release notes
Problem to solve
When Duo retrieves discussion threads from GitLab issues, there's currently no way to determine if a discussion thread has been marked as resolved. This information would be useful for Duo-powered automation and tooling that processes discussion threads, such as meeting agenda generation tools that need to distinguish between resolved and unresolved discussions.
Proposal
Extend the get_work_item_notes function that Duo can execute to return the resolution status of discussion threads. This would allow Duo to:
- Identify which discussion threads have been marked as resolved
- Filter or organize discussions based on their resolution status
- Build smarter automation that can handle resolved vs. unresolved discussions differently
Intended users
- Duo-powered automation tools and scripts that process GitLab discussions
- Any Duo-based tooling that needs to understand the state of discussion threads
Feature Usage Metrics
Does this feature require an audit event?
No, this would be a part of the existing Duo feature.