# Syncing Dependencies between Jira and Azure DevOps using Getint

1. **Understanding Work Items Links in Azure DevOps:**
   * Azure DevOps offers "Related Work" options for linking tasks, featuring system-defined, process-defined, or user-defined link types. To learn more about how to create a Work link in DevOps, see the guides: [Link work items to objects](https://learn.microsoft.com/en-us/azure/devops/boards/backlogs/add-link?view=azure-devops) and [Reference guide for link types](https://learn.microsoft.com/en-us/azure/devops/boards/queries/link-type-reference?view=azure-devops\&source=recommendations).

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

2. **Syncing Jira-DevOps Dependencies with Getint:**
   * Open the integration tab, and choose the integration.
   * Navigate to Dependencies to configure settings.
   * Align Jira dependencies with their Azure DevOps-related work items links.
   * Click "Apply" and then "Save" to implement changes. The next sync will seamlessly integrate the new dependencies.
   * Getint will then update tasks with the corresponding Work link based on matched fields, applying to new and migrated items. Ensure non-migrated tasks have the necessary link field.

{% embed url="<https://youtu.be/vspK_h3gnDU>" %}

**Important Reminder:**

{% hint style="info" %}
When mapping fields, do not select the "Linked Issues" option in dropdowns. Use the Dependency box for creating dependencies between platforms.

Links will be established only if both items, intended to be linked within the app, have already been synchronized by Getint; otherwise, they will be skipped
{% endhint %}


---

# 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.getint.io/guides/integration-synchronization/jira-azure-devops-integration/syncing-dependencies-between-jira-and-azure-devops-using-getint.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.
