---
metadata:
  - name: generator
    content: Diplodoc Platform v5.57.3
  - property: og:type
    content: article
  - property: article:section
    content: Работать с задачами
  - property: og:title
    content: Ссылки
  - property: article:tag
    content: Базовая инструкция
alternate:
  - https://yandex.com.tr/support/tracker/en/wysiwyg/links.md
  - href: https://yandex.com.tr/support/tracker/en/wysiwyg/links.md
    type: text/markdown
    title: Markdown version
  - href: https://yandex.com.tr/support/tracker/en/llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/support/tracker/en/llms.txt


## Links

{% list tabs group=editor %}

- isual editor

    <!-- source: en/yfmeditor/links.md -->
    To add a link:

    1. Select a text fragment or click the area to add a link to.
    1. On the toolbar, click ![](../yfmeditor/icons/link.svg)</svg>.

        <!-- source: en/yfmeditor/tools-tip.md -->
        You can also use the quick access menu: type `/` and select a command from the list. {#slash}
        <!-- endsource: en/yfmeditor/tools-tip.md -->

    1. Enter the direct link address. If you have not selected a text fragment, enter the text to display as a link.

        

    1. Click **Save**.

    You can also:

    * Paste a URL, such as `https://example.com/`, into the text, and it will automatically become a hyperlink.

      {% cut "How to prevent a URL from becoming a hyperlink" %}

      Switch to the markup mode and escape characters within the URL using the `\` character. For example:
      - `https:\//example.com/`
      - `https\://example.com/`

      {% endcut %}

    * Copy the link, select a text fragment, and press the **Paste** shortcut (**Ctrl + V** on Windows, **⌘ + V** on macOS). The selected text will become a link.

    To change or delete a link:

    1. Click the link.

    1. Make your changes and click **Save**.
    <!-- endsource: en/yfmeditor/links.md -->

- Markdown markup

    <!-- source: en/yfmeditor/links.md -->
    * A URL without markup is automatically converted to a link.

      To prevent the URL from becoming a link, escape characters within the URL using the `\` character. For example:
      - `https:\//example.com/`
      - `https\://example.com/`

    * To create a link to an email address, add `mailto:` before the email address.

    #|
    || **Example** | **Result**  ||
    || `[Yandex](https://yandex.com)` | [Yandex](https://yandex.com) ||
    || `https://yandex.com` | [https://yandex.com](https://yandex.com) ||
    || `[John's email](mailto:john@yandex.com)` | [John's email](mailto:john@yandex.com) ||
    || `[Yandex logo](https://img.yandex.net/i/logo95x37x8.png)` | [Yandex logo](https://img.yandex.net/i/logo95x37x8.png) ||
    |#
    <!-- endsource: en/yfmeditor/links.md -->

{% endlist %}

## Links to Wiki pages and Tracker {#magic}

You can add <q>magic</q> links to tasks or Wiki pages in the description or comment. 

<!-- source: en/yfmeditor/links.md -->
In the visual editor or markup mode, paste the address of the page on Wiki, Yandex Forms, or Yandex Tracker into the text. The magic link automatically shows information about the linked resource instead of its address:

* **Wiki page**

  Magic links to pages include the Wiki logo, page name, and anchor (if it's included in the address). To add a magic link, insert the full address of the Wiki page. For example:
  ```
  https://wiki.yandex.com//users/name/page#anchor
  ```
  ![](../yfmeditor/icons/magic-links-wiki.png =200x){.border-yes}

* **Form on Yandex Forms**

  Magic links include the service logo and the form name. To add a magic link, insert the full address of the form. For example:
  ```
  https://forms.yandex.com/cloud/u/1a2b345cd6s/
  ```

  ![](../yfmeditor/icons/magic-links-forms.png =250x){.border-yes}

* **Yandex Tracker issue**

  Magic links to issues include the Yandex Tracker logo, the key, name, and status of the issue, and the assignee's name. To add a magic link, insert the issue key (such as `TEST-123`) or its full address. For example:
  ```
  https://tracker.yandex.com/TEST-123
  ```
  ![](../yfmeditor/icons/magic-links-tracker.png =280x){.border-yes}

* **Other Yandex Tracker entities**

  To add a magic link, insert the full address of the project, portfolio, goal, dashboard, queue, or component. These links include the Yandex Tracker logo, an icon that shows the entity type, and the name. Links to some entities may also include other attributes, such as status and deadline:

  ```
  https://tracker.yandex.com/pages/projects/1234
  ```

  ![](../yfmeditor/icons/magic-links-tracker-entity.png =280x){.border-yes}

{% note tip "" %}

If you don't want a link to appear as a _magic_ link, you can format it as a code snippet or a standard link. For example:

```
`TEST-123`
[TEST-123 issue](https://tracker.yandex.com/TEST-123)
[My page](https://wiki.yandex.com//users/name/page)
```

{% endnote %}

<!-- source: en/_assets/style/image.md -->

<!-- endsource: en/_assets/style/image.md -->
<!-- endsource: en/yfmeditor/links.md -->


