Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest Linear API changes #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chrischabot
Copy link

@chrischabot chrischabot commented Jan 11, 2024

Linear's GraphQL schema changes and no longer includes integrationResources, and authentication now uses either OAuth2 or a personal token created in your settings page. As we want a non-interactive auth flow, this PR removes the OAuth2 Authentication header as that includes a Bearer token which no longer valid, and adds it into the http request in graphql.go if args[1] is from-linear

Chris Chabot added 2 commits January 11, 2024 14:28
…ources, and authentication now uses either OAuth2 or a personal token created in your settings page. As we want a non-interactive auth flow, this PR removes the OAuth2 Authentication header as that includes a Bearer token which no longer valid, and adds it into the http request in graphql.go if args[1] is from-linear
@f4z3k4s
Copy link

f4z3k4s commented Aug 27, 2024

This PR works like a charm as of today, I have successfully exported my Linear issues to GH with no issues whatsoever. I think this should be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants