Skip to content

Commit 69a4759

Browse files
author
Yohann VANFRACHEM
committed
Add issue json property: merge_requests_count
1 parent af3b343 commit 69a4759

File tree

1 file changed

+3
-0
lines changed
  • src/GitLabApiClient/Models/Issues/Responses

1 file changed

+3
-0
lines changed

src/GitLabApiClient/Models/Issues/Responses/Issue.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ public sealed class Issue : ModifiableObject
4646
[JsonProperty("user_notes_count")]
4747
public int UserNotesCount { get; set; }
4848

49+
[JsonProperty("merge_requests_count")]
50+
public int MergeRequestsCount { get; set; }
51+
4952
[JsonProperty("state")]
5053
public IssueState State { get; set; }
5154

0 commit comments

Comments
 (0)