Add support for Projects in ticket creation#3
Open
Manuel-Manoury wants to merge 1 commit into
Open
Conversation
Author
|
👋 @XavierAgostini I don't know if you've got notifications for this repo or not and as I cannot set you as a reviewer / assignee, this is the only way I can make sure you've seen this PR, sorry if it's spamming you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi 👋
I asked on the Figma Widget page if it was possible to support
projectsduring ticket creation, but I figured I might as well create a PR for it 😄VITE_WS_AUTH_SERVER_URLenv var. I'm not used to developing stuff for Figma and/or Linear, so I might be missing something obvious 🤔 I did create anappon linear to get the expected information (well, I guess that's what was expected), but on Figma I got an errorcannot access client storage without a plugin ideven though I added the widget from themanifestwhich seem to have a properid, and some errors when trying to interact with the widget as I didn't have a value for my auth WS. Anyway, I added some stuff to thereadmewhen I did find some solutions to the issues I faced, but I guess I would need a more detailed guide to get the server to run locally (which could also help others contribute to your widget, I guess).However, the query by itself works fine, and the UI looks ok to me, so I figured I could still open a PR with a disclaimer

