# Linear

The Linear integration makes it easy to track work from Linear without leaving Glue. When you share a Linear link, Glue shows a rich preview with the latest details and keeps the conversation up to date as the issue changes.

### Linear Link Previews

With this integration, Glue can unfurl Linear links, making it easy to see issue details, project information, and team context without leaving the conversation. Statuses will update in real time in these previews.

### Auto-Subscribe to Linear Updates

When you share a Linear issue link in a thread, Glue automatically subscribes the thread to updates for that issue. Whenever the issue's status changes, a system message is posted to the thread so everyone stays in the loop — no manual setup required. Just send your link with the link preview, and the thread will be automatically suscribed to updates.

<figure><img src="/files/t54rhm30R6ShEXoi9UQf" alt=""><figcaption></figcaption></figure>

### Setting up the Linear integration

To set up Notion, just paste a Notion link into any message in Glue and send the message. The first time you do this:

* A prompt will appear asking you to connect Notion to Glue. Click **Connect**.

<figure><img src="/files/jMnmcbdLD9avEcfCuP6Z" alt="" width="563"><figcaption></figcaption></figure>

* A popup up with then appear asking you to authorize Glue to use Notion. Click **Authorize**.

<figure><img src="/files/N19RiexhEu6pSVMId6oO" alt="" width="563"><figcaption></figcaption></figure>

* A browser pop-up will open, redirecting you to Notion. Depending on your browser, the messaging may vary slightly. If you're already logged into Notion, the authorization will complete automatically. If not, you'll be prompted to enter your Notion credentials to proceed.
* You will see a confirmation message once Notion is successfully connected.

<figure><img src="/files/1CxpyFVqiryJrBN3x4aW" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
You don't need to add the Linear app to a thread to auto-subscribe to updates — just share a link with the link preview and the app will be added to the workspace automatically. If you do not want your thread subscribed to updates, remove the link preview before sending.
{% endhint %}

{% hint style="warning" %}
If the Linear app is removed from the workspace, an admin will need to re-add the integration manually to re-enable functionality.
{% endhint %}

### Supported Resource Types

| Resource Type | Preview Format                  | Example                                 |
| ------------- | ------------------------------- | --------------------------------------- |
| **Issues**    | `Issue • TEAM-123: Issue Title` | Issue • API-456: Fix authentication bug |
| **Projects**  | `Project • Project Name`        | Project • Q3 Mobile Redesign            |
| **Teams**     | `Team • Team Name`              | Team • Engineering                      |

#### Troubleshooting

<details>

<summary>I do not want my thread auto subscribed to app updates</summary>

* Just remove the link preview before sending and your thread will not be subscribed to updates.

</details>

<details>

<summary>App updates are not sending for a link I sent</summary>

* Make sure you include the rich link preview when you send the link to the thread. If you removed the link preview, the thread will not be subscribed.
* App updates are only supported in threads, not in other chat types.

</details>

<details>

<summary>How do I unsubscribe my thread from an app update</summary>

* Open the thread resource sidebar
* Locate the shared link resource and click the 3 dot menu
* Click "Stop updates"

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glue.ai/integrations/linear.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
