Fieldbind is a Chrome extension for Salesforce development. Its Linear app connects your Salesforce metadata deployments to the Linear issues they implement — so the ticket always knows what shipped, where, and when.
When you run a deployment in Fieldbind's Deploy tool, you can link one or more Linear issues to it. On the deploy lifecycle events you choose (deployment started, validation succeeded/failed, deployment succeeded/failed), Fieldbind updates each linked issue:
deployed).| Scope | Why |
|---|---|
read |
Search issues to link them to a deployment; list workflow states and labels for the settings pickers. |
write |
Create comments, change an issue's workflow state, and add labels — only on the issues you explicitly linked, only on the events you enabled. |
Fieldbind has no backend. The extension talks to Linear's API directly from your browser. OAuth tokens are stored encrypted (AES-GCM) in your browser's local extension storage on your device — they are never sent anywhere else. Authorization uses OAuth 2.0 with PKCE; no client secret exists. Disconnecting revokes the token with Linear and deletes it locally. Nothing is collected about you or your usage: no analytics, no telemetry.
Full details: privacy policy · terms of use.
Questions or issues? Open an issue on the GitHub repository.