To add a link:

  1. Select a text fragment or click the area to add a link to.

  2. On the toolbar, click .

    You can also use the quick access menu: type / and select a command from the list.

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

  4. Click Save.

Tip

You can copy a link address, select text to use as the link text, and paste using your keyboard shortcut (Ctrl + V for Windows, ⌘ + V for macOS). The selected text will become a link.

To change or delete a link:

  1. Click the link.
  2. Make your changes and click Save.

Links to web resources:

  • A URL without markup is automatically converted to a link.
  • 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

[Oleg's email](mailto:oleg@yandex-team.ru)

Oleg's email

[Yandex logo](https://img.yandex.net/i/logo95x37x8.png)

Yandex logo

Links to Wiki pages and Tracker

You can add magic links to tasks or Wiki pages in the description or comment.

In the visual editor or markup mode, paste the URL of the Wiki, Yandex Forms, or Yandex Tracker page 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:

    {{ link-wiki }}/users/name/page#anchor
    

  • 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:

    {{ link-to-form }}
    

  • 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
    

  • 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
    

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]({{ link-wiki }}/users/name/page)