github-to-linear icon indicating copy to clipboard operation
github-to-linear copied to clipboard

Fix broken issue search for GitHub PRs

Open strager opened this issue 8 months ago • 4 comments

The extension uses the issueSearch root field. This field is deprecated [1] and, for me, no longer functions properly. This breaks various parts of the extension including the widget showing the associated Linear issue on PRs.

Switch the query to use a non-deprecated API, fixing the widget on PRs.

[1] https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference?query=issueSearch#issueSearch

strager avatar Apr 16 '25 23:04 strager

⚠️ No Changeset found

Latest commit: 06a4da10b14ff95112b6f4d3e58c9047b8a017c9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Apr 16 '25 23:04 changeset-bot[bot]

Tested this on my fork and works well with some additional changes.

If this doesn't get merged I'll fork the chrome webstore deployment too to push the update out. Please give this message a :+1: if that's important to you

nsheaps avatar Apr 30 '25 17:04 nsheaps

Hey folks, sorry for the slow response — I’m not using Linear at work anymore so don’t really have a way to test PRs (or much of a reason to maintain this 😅)

If someone wants to fork and republish, definitely be my guest! We could add a link to the fork on this repo and I’d archive it.

delucis avatar Apr 30 '25 22:04 delucis

did anyone fork and republish? if not, can you give instructions on building and installing locally?

russorat avatar Jun 03 '25 18:06 russorat