Docs / Linear & Jira
Linear & Jira
Link a plan to the issue it belongs to.
Linear
live status sync
Link-only by default (no credentials). Set LINEAR_API_KEY to opt into live sync: verify issues, cache title and state, and refresh status. The key is read from the environment only, never stored or logged.
flanner linear config PROJECT --workspace acme
flanner linear link my-plan --issue ENG-123
flanner linear links # list all links
flanner linear refresh my-plan # re-pull title + state (with API key)
export LINEAR_API_KEY=lin_api_xxxx # opt into live sync
flanner linear auth # verify key, print MCP config blockJira
supported · links
Link-only: store an issue key against a plan and build the issue URL. No API calls to Jira are made. One plan can link to multiple issues.
flanner jira config PROJECT --url https://you.atlassian.net --project-key PROJ
flanner jira link my-plan --issue PROJ-123 --type Epic
flanner jira show my-plan # links for one plan
flanner jira links # all links
flanner jira unlink my-plan --issue PROJ-123