Skip to content

feat(action-items): Deep-link to Linear create-sub-issue form for action items#249

Open
rgibert wants to merge 2 commits into
mainfrom
rgibert/linear-create-subissue-deeplink
Open

feat(action-items): Deep-link to Linear create-sub-issue form for action items#249
rgibert wants to merge 2 commits into
mainfrom
rgibert/linear-create-subissue-deeplink

Conversation

@rgibert

@rgibert rgibert commented Jun 9, 2026

Copy link
Copy Markdown
Member

When creating action items, users were taken to the parent Linear issue and often confused it for the action item itself. Now the "Create Action Item" button opens Linear's create-issue form with the parent pre-set via ?parentId=, so users land directly on a new sub-issue form.

Changes:

  • Expose linear_parent_issue_id from the incident detail API
  • Construct a https://linear.app/{workspace}/new?parentId={id} deep-link on the frontend
  • Update dialog copy to reflect sub-issue creation and rename button to "Create in Linear"
  • Fall back to opening the parent issue URL when the parent ID is unavailable

Agent transcript: https://claudescope.sentry.dev/share/UMKLifuN0pgTBM50ucsv8UeilmQAFlbeetx-XuRibNo

rgibert and others added 2 commits June 9, 2026 15:38
… items

Instead of opening the parent Linear issue (which users often mistake
for the action item itself), the "Create Action Item" button now opens
Linear's create-issue form with the parent pre-set. This makes it
structurally clear that a new sub-issue is being created.

Falls back to the parent issue URL when the parent issue ID is
unavailable.

Co-Authored-By: Claude <noreply@anthropic.com>

Agent transcript: https://claudescope.sentry.dev/share/ycOzRtfQeeoLwZGHoeHa3tXl5KnGp52Mdhr-DApa2Sk
Co-Authored-By: Claude <noreply@anthropic.com>
@rgibert rgibert changed the title feat(incidents): Deep-link to Linear create-sub-issue form for action items feat(action-items): Deep-link to Linear create-sub-issue form for action items Jun 9, 2026
@rgibert rgibert marked this pull request as ready for review June 10, 2026 13:46
@rgibert rgibert requested a review from a team as a code owner June 10, 2026 13:46
@rgibert rgibert self-assigned this Jun 10, 2026
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.

1 participant