Skip to content

Linear Endpoint deprecated #40

@hanikesn

Description

@hanikesn

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
}

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