Getting error while searching for issues in comments; Requested value 'Mannequin' was not found. #40924
Unanswered
v-ankitgupta
asked this question in
Enterprise
Replies: 1 comment
-
|
Hi there @v-ankitgupta and welcome to our community! Thank you for asking a great question 🙂 To get started, introduce yourself in our official introduction thread |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
The concerned repository is a private repo on GitHub Enterprise. Below code is throwing following error:
Requested value 'Mannequin' was not found.
SearchIssuesRequest objCommentReq = new SearchIssuesRequest(label);objCommentReq.In = new IssueInQualifier[] { IssueInQualifier.Comment };objCommentReq.Repos.Add(currentProject.Url.Split('/')[3] + "/" + currentProject.Url.Split('/')[4]);SearchIssuesResult resultFromComment = await gitHubClient.Search.SearchIssues(objCommentReq);Please advise. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions