⚠️ Blcoked on #320 and #321
Description
Complete the strict server interface by implementing all missing methods for the issue-related API endpoints.
The strict server interface currently lacks implementations for some issue endpoints, which are required for full API support and type safety. However, the controller skeleton and service are available.
Tasks
- Identify all unimplemented methods in the strict server interface related to issue endpoints.
- Implement these methods to handle incoming requests properly.
- Ensure each method integrates correctly with the issue service logic.
- Add or update tests to cover the new implementations.
Description
Complete the strict server interface by implementing all missing methods for the issue-related API endpoints.
The strict server interface currently lacks implementations for some issue endpoints, which are required for full API support and type safety. However, the controller skeleton and service are available.
Tasks