I am running a modified version of the sample query:
query {
searchIssuesByPipeline(
pipelineId: "New Issues",
filters: {
labels: { in: ["bugs"]}
}
) {
nodes {
id
number
title
}
}
}
I get an error: “message”: “Invalid global id: Make sure id is in Base64 format”,
I am not sure what to make of this error message, help?