> For the complete documentation index, see [llms.txt](https://docs.violetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.violetlabs.com/es/funciones/workflows/flujos-de-trabajo-de-sincronizacion-de-datos/sincronizaciones-de-ejemplo/jira-a-smartsheet.md).

# Jira a Smartsheet

Configura un **Jira-a-Smartsheet** sincronización de datos para actualizar automáticamente Smartsheet con tus datos de Jira, como Estado del Incidente, Responsable, Fecha de Vencimiento, etc.

## Primeros pasos

Sigue las instrucciones a continuación para comenzar:

{% stepper %}
{% step %}

### Crear un <img src="/files/87dc9af32fad80aff6c1903b468b13772639d702" alt="" data-size="line">integración de Smartsheet

Primero, conecta Smartsheet y crea una integración en Violet (instrucciones [aquí](/es/aplicaciones/s/smartsheet.md)).
{% endstep %}

{% step %}

### Conectar <img src="/files/536bdf6d7e69ce8f3f4e136d6215fd0201215db3" alt="" data-size="line">Jira

A continuación, conecta Jira en Violet (instrucciones [aquí](/es/aplicaciones/j/jira.md)).&#x20;
{% endstep %}

{% step %}

### Configura una sincronización de datos y crea una integración

Antes de finalizar tu integración de Jira, selecciona **Smartsheet** en el menú desplegable para "empujar datos automáticamente a otra aplicación".

<figure><img src="/files/4f79216f3c359a78359ae7703400eacb12a9430d" alt="" width="188"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Ver datos de Jira en tu espacio de trabajo "Violet References"

En Smartsheet, se creará automáticamente un **espacio de trabajo Violet References** y una **Jira** hoja de referencia.

<figure><img src="/files/8ef3f7102616605866eb35b92ddc9416d03064fd" alt=""><figcaption></figcaption></figure>

Violet usará la hoja de referencia de Jira para enviar continuamente actualizaciones sobre tus datos de Jira a Smartsheet.

<figure><img src="/files/230976037b1516336325ab8742b8b6a1d7f21fa5" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

A continuación, puedes usar fórmulas de Smartsheet como INDEX y MATCH para completar automáticamente tus datos de Jira en otras hojas.


---

# 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.violetlabs.com/es/funciones/workflows/flujos-de-trabajo-de-sincronizacion-de-datos/sincronizaciones-de-ejemplo/jira-a-smartsheet.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.
