Skip to content

Cannot create or get Issue Notes (1.8.1-beta.5) #272

@DH25

Description

@DH25

var issue = await client.Issues.CreateAsync("projectId", issueRequest);
var notes = await client.Issues.GetNotesAsync("projectId", issue.Iid); // Or any other issue
var note = await client.Issues.CreateNoteAsync("projectId", issue.Iid, new CreateIssueNoteRequest("Test"));

Response:
"JSON integer 2284136723 is too large or small for an Int32. Path 'id', line 1, position 16."

Possible cause:
class GitLabApiClient.Models.Notes.Responses.Note
Property "NoteableId" should be a long instead of an int

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions