Replies: 1 comment 2 replies
-
IGitLabClient client;
client.GetProjectIssueNoteClient(123).Create(new ProjectIssueNoteCreate
{
IssueId = 1,
Body = "sample",
}); |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gep13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have had a look, but I don't see an obvious way of adding a comment to an issue on GitLab using NGitLab.
Have I missed something?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions