integrations/linear.md +31 −4
20 20
21After you install the integration, you can assign issues to Codex the same way you assign them to teammates. Codex starts work and posts updates back to the issue.21After you install the integration, you can assign issues to Codex the same way you assign them to teammates. Codex starts work and posts updates back to the issue.
22 22
2323<div class="not-prose max-w-3xl mr-auto my-4">
24 <img src="https://developers.openai.com/images/codex/integrations/linear-assign-codex-light.webp"
25 alt="Assigning Codex to a Linear issue (light mode)"
26 class="block h-auto w-full rounded-lg border border-default my-0 dark:hidden"
27 />
28 <img src="https://developers.openai.com/images/codex/integrations/linear-assign-codex-dark.webp"
29 alt="Assigning Codex to a Linear issue (dark mode)"
30 class="hidden h-auto w-full rounded-lg border border-default my-0 dark:block"
31 />
32</div>
24 33
25### Mention `@Codex` in comments34### Mention `@Codex` in comments
26 35
27You can also mention `@Codex` in comment threads to delegate work or ask questions. After Codex replies, follow up in the thread to continue the same session.36You can also mention `@Codex` in comment threads to delegate work or ask questions. After Codex replies, follow up in the thread to continue the same session.
28 37
2938<div class="not-prose max-w-3xl mr-auto my-4">
39 <img src="https://developers.openai.com/images/codex/integrations/linear-comment-light.webp"
40 alt="Mentioning Codex in a Linear issue comment (light mode)"
41 class="block h-auto w-full rounded-lg border border-default my-0 dark:hidden"
42 />
43 <img src="https://developers.openai.com/images/codex/integrations/linear-comment-dark.webp"
44 alt="Mentioning Codex in a Linear issue comment (dark mode)"
45 class="hidden h-auto w-full rounded-lg border border-default my-0 dark:block"
46 />
47</div>
30 48
31After Codex starts working on an issue, it [chooses an environment and repo](#how-codex-chooses-an-environment-and-repo) to work in.49After Codex starts working on an issue, it [chooses an environment and repo](#how-codex-chooses-an-environment-and-repo) to work in.
32To pin a specific repo, include it in your comment, for example: `@Codex fix this in openai/codex`.50To pin a specific repo, include it in your comment, for example: `@Codex fix this in openai/codex`.
56Linear assigns new issues that enter triage to Codex automatically.74Linear assigns new issues that enter triage to Codex automatically.
57When you use triage rules, Codex runs tasks using the account of the issue creator.75When you use triage rules, Codex runs tasks using the account of the issue creator.
58 76
5977<div class="not-prose max-w-3xl mr-auto my-4">
78 <img src="https://developers.openai.com/images/codex/integrations/linear-triage-rule-light.webp"
79 alt='Screenshot of an example triage rule assigning everything to Codex and labeling it in the "Triage" status (light mode)'
80 class="block h-auto w-full rounded-lg border border-default my-0 dark:hidden"
81 />
82 <img src="https://developers.openai.com/images/codex/integrations/linear-triage-rule-dark.webp"
83 alt='Screenshot of an example triage rule assigning everything to Codex and labeling it in the "Triage" status (dark mode)'
84 class="hidden h-auto w-full rounded-lg border border-default my-0 dark:block"
85 />
86</div>
60 87
61## Data usage, privacy, and security88## Data usage, privacy, and security
62 89
63When you mention `@Codex` or assign an issue to it, Codex receives your issue content to understand your request and create a task.90When you mention `@Codex` or assign an issue to it, Codex receives your issue content to understand your request and create a task.
64Data handling follows OpenAI's [Privacy Policy](https://openai.com/privacy), [Terms of Use](https://openai.com/terms/), and other applicable [policies](https://openai.com/policies).91Data handling follows OpenAI's [Privacy Policy](https://openai.com/privacy), [Terms of Use](https://openai.com/terms/), and other applicable [policies](https://openai.com/policies).
6592For more on security, see the [Codex security documentation](https://developers.openai.com/codex/security).For more on security, see the [Codex security documentation](https://developers.openai.com/codex/agent-approvals-security).
66 93
67Codex uses large language models that can make mistakes. Always review answers and diffs.94Codex uses large language models that can make mistakes. Always review answers and diffs.
68 95