feat: restore document attachment compatibility - #234
Merged
iamfj merged 2 commits intoJul 2, 2026
Conversation
ralfschimmel
marked this pull request as draft
June 23, 2026 06:59
ralfschimmel
marked this pull request as ready for review
June 23, 2026 07:13
iamfj
added a commit
to ralfschimmel/linearis
that referenced
this pull request
Jul 2, 2026
The document list --issue path now filters via the native document→issue relation (with a legacy slugId OR branch), leaving listDocumentsBySlugIds without any production caller. Drop the dead service function and its tests. Refs linearis-oss#234
The document list --issue path now filters via the native document→issue relation (with a legacy slugId OR branch), leaving listDocumentsBySlugIds without any production caller. Drop the dead service function and its tests. Refs linearis-oss#234
iamfj
force-pushed
the
codex/port-docs-attachments-compat
branch
from
July 2, 2026 11:05
56b1e67 to
eb4fdba
Compare
Member
|
Thanks for restoring document attachment compatibility! Really appreciate the contribution. It's now live on the prerelease channel ( |
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.
Summary
attachments list/create --issuecompatibility while preserving positional issue syntaxattachments create --commentand--icon-url, backed by current LinearAttachmentCreateInputfieldsDocumentCreateInput.issueIdfordocuments create --issue/--attach-toand keepdocuments list --issuecompatible with legacy document URL attachmentsVerification
https://api.linear.app/graphqlnpm testnpm run check:ci(passes with existing Biome schema-version info)npm run build