Fix multiple Linear API integration issues#3
Draft
jgadbois wants to merge 1 commit intocline:mainfrom
Draft
Conversation
1. Fix bulk update issues functionality: - Update GraphQL mutation to use single 'id' parameter instead of 'ids' array - Modify client implementation to handle sequential updates for multiple issues - Update response types to reflect new API structure 2. Add support for state names in bulk update issues: - Implement detection of state names vs. state IDs - Add functionality to fetch teams and find matching state IDs - Convert state names to state IDs before API calls 3. Implement search by issue ID capability: - Add parsing of issue identifiers (e.g., EXE-5143) - Use team key and issue number filters for precise searches 4. Fix API key authentication: - Improve authentication handling for API keys - Ensure proper validation of authentication credentials
Contributor
|
Hey @jgadbois Apologies for the delay in response. Had you run the test suite? It appears to fail: |
|
Any updates here? |
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.
Fix multiple Linear API integration issues
Fix bulk update issues functionality:
Add support for state names in bulk update issues:
Implement search by issue ID capability:
Fix API key authentication: