> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/ticketing-and-messaging/ticket-management/monday.md).

# Monday

Monday is a versatile work management platform that helps teams streamline workflows, track projects, and collaborate efficiently.

It offers customizable dashboards, automation, and integrations to enhance productivity across various industries.

By integrating OX Security with Monday.com, teams can seamlessly incorporate security insights into their existing workflows.

This integration enables the following:

* automatic tracking of security issues
* real-time updates on vulnerabilities
* visibility into security risks

With OX Security’s capabilities, development and security teams can prioritize and address threats directly from their Monday.com workspace, ensuring a more secure and efficient software development process.

{% hint style="info" %}
OX Security supports only working with Monday boards.
{% endhint %}

## Prerequisites

* Monday account.

## Getting Monday Token

1. Log in to your Monday.com account.
2. Click your profile picture in the top-right corner and select **Administration**.
3. In the left pane, select **Connections** and then in the right pane select the **API** tab.
4. In the **API Token** section, click **Generate** and then **Copy**.

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

5. Copy the token and store it in a different location. After closing this dialog you cannot see it again.

## Connecting to Monday

1. In the **OX app**, go to **Connectors** and search for Monday.

<figure><img src="/files/dYVg1CBQUXDYfk4D8YC6" alt="" width="200"><figcaption></figcaption></figure>

2. Select **Monday**. The **Configure your Monday credentials** dialog appears.

<figure><img src="/files/mhlSiIiQw7XfGL9px7Xk" alt="" width="375"><figcaption></figcaption></figure>

3. Select **CONNECT**. The Monday connector is configured.

## Adding Monday Tickets

After establishing the connection with Monday, you can add Monday tickets to tasks and issues in OX using one of the following methods:

* Adding a new ticket to an issue, or bulk of issues.
* Adding a new ticket as a scheduled task using workflows.

<figure><img src="/files/3AFcAGozG0A4b091CG9M" alt="" width="203"><figcaption></figcaption></figure>

**To add a new Monday ticket in OX:**

1. In the **Issues** page, identify and select the issue for which you want to add a new ticket in Monday.
2. Select the Monday icon.

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

3. Set the ticket details in the **Create Monday Ticket** dialog and select **CREATE TICKET**.

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

| Parameter       | Description                                               |
| --------------- | --------------------------------------------------------- |
| **Title**       | The title of the ticket that describes the problem/issue. |
| **Workspace**   | The name of the workspace, as it's defined in Monday.     |
| **Board**       | The Monday board associated with this ticket.             |
| **Status**      | The status of the ticket.                                 |
| **Assigned To** | Set the team member who will work on the ticket.          |

The new ticket appears in Monday.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ox.security/ticketing-and-messaging/ticket-management/monday.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
