When enabling the use with api key requests fail with:
Details
{
issueSearch(
filter: {
or: [
{ description: { containsIgnoreCase: "ORG/REPO#9999" } }
{ description: { containsIgnoreCase: "https://github.com/ORG/REPO/pull/9999" } }
{ title: { containsIgnoreCase: "ORG/REPO#9999" } }
{ title: { containsIgnoreCase: "https://github.com/ORG/REPO/pull/9999" } }
{ attachments: { url: { containsIgnoreCase: "https://github.com/ORG/REPO/pull/9999" } } }
]
},
includeArchived: true,
first: 5
) {
nodes {
url
identifier
title
branchName
state { name color type }
priorityLabel
priority
assignee { avatarUrl displayName isMe url }
cycle { name startsAt endsAt }
project { name url }
dueDate
labels {
nodes { name color }
}
team { color }
}
}
}
{
"errors": [
{
"message": "deprecated",
"path": [
"issueSearch"
],
"locations": [
{
"line": 2,
"column": 3
}
],
"extensions": {
"type": "invalid input",
"code": "INPUT_ERROR",
"statusCode": 400,
"userError": true,
"userPresentableMessage": "This endpoint deprecated."
}
}
],
"data": null
}
When enabling the use with api key requests fail with:
Details
{ issueSearch( filter: { or: [ { description: { containsIgnoreCase: "ORG/REPO#9999" } } { description: { containsIgnoreCase: "https://github.com/ORG/REPO/pull/9999" } } { title: { containsIgnoreCase: "ORG/REPO#9999" } } { title: { containsIgnoreCase: "https://github.com/ORG/REPO/pull/9999" } } { attachments: { url: { containsIgnoreCase: "https://github.com/ORG/REPO/pull/9999" } } } ] }, includeArchived: true, first: 5 ) { nodes { url identifier title branchName state { name color type } priorityLabel priority assignee { avatarUrl displayName isMe url } cycle { name startsAt endsAt } project { name url } dueDate labels { nodes { name color } } team { color } } } }{ "errors": [ { "message": "deprecated", "path": [ "issueSearch" ], "locations": [ { "line": 2, "column": 3 } ], "extensions": { "type": "invalid input", "code": "INPUT_ERROR", "statusCode": 400, "userError": true, "userPresentableMessage": "This endpoint deprecated." } } ], "data": null }