I'm trying to add a comment to issue using Gemini 5 c# API.
The problem is that GeminiService.Item.IssueCommentCreate returns null.
commentDto object is created and passed to the IssueCommentCreate with the same properties filled (Comment, IssueId, Visibility) as for previous gemini api (FullName and ProjectId are not filled). I've tried to fill ProjectId but no luck.
Could you please share how are you adding comments?
Regards