Skip to content

Is it possible to add a comment to an issue? #513

Closed Answered by meziantou
gep13 asked this question in Q&A
Discussion options

You must be logged in to vote
IGitLabClient client;
client.GetProjectIssueNoteClient(123).Create(new ProjectIssueNoteCreate
{
    IssueId = 1,
    Body = "sample",
});

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gep13
Comment options

@gep13
Comment options

Answer selected by gep13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants