---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.ru/support/wiki/en/tracker.md
  - https://yandex.ru/support/wiki/ru/tracker.md
  - href: en/tracker.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/wiki/en/llms.txt

# Yandex Wiki and Tracker collaboration

[Yandex Tracker](https://tracker.yandex.com) is a service for managing projects and processes. Learn more about the service features in the [Yandex Tracker documentation](https://yandex.ru/support/tracker/).

You can add a list of related Yandex Tracker issues to Wiki pages. For example, collect all the issues of a project you describe on a page.

If you insert a link to an issue or another Tracker entity into a page, it is converted to a _magic link_. The look of such links changes depending on the entity's status: who its assignee is, its status, and so on. For more information about magic links, see [Magic links](https://yandex.ru/support/wiki/en/wysiwyg/links.md#magic).


## Links with Tracker issues {#links}

You can link issues from Yandex Tracker to a Wiki page. For example, if a page contains materials needed to complete an issue. You can add a link between a page and an issue either in Wiki or in Yandex Tracker. [How to create a link in Tracker](https://yandex.ru/support/tracker/user/wiki.html)

To link issues from Tracker to a Wiki page and manage them:

1. Open the page in Wiki.

1. In the upper-right corner, click **Links** ![](./_assets/svg/connections.svg)</svg>.

   The related issues panel opens on the right. For each issue, its name, status, and assignee are displayed.

   ![](./_assets/tracker-wiki-connection.png =350x){.border-yes}

1. To add a link, at the top of the panel, click the ![](_assets/svg/add-icon.svg)</svg> button, enter the issue name, key, or link, and then select the required issue from the list.

On the **Links** panel, you can view the list of issues:

- To find a linked issue in the list, enter its name or key in the search bar.

- To view the issue parameters, click it in the list. The issue opens in the panel on the right. To open an issue in a new window, click the issue key or the ![](_assets/svg/new-tab.svg)</svg> icon to the right of its name on the preview pane.

- To remove a link, click the ![](_assets/svg/actions.svg)</svg> icon and select **Remove link**.

  ![](./_assets/del-link.png =350x){.border-yes}


## Links to entities in Tracker {#entity}

You can add _magic links_ to entities in Tracker on a Wiki page: issues, projects, portfolios, goals, dashboards, queues, or components. A magic link automatically shows information about the resource you are linking to: the Tracker logo, name, and other parameters such as assignee and deadline, if they exist.

- To insert a link to an issue into the page text, copy its key or full address and paste it into the page text. [What is an issue key](https://yandex.ru/support/tracker/user/create-ticket.html#key)

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

* To insert a link to another entity into the page text, go to the required page in Tracker, such as a project page, and copy the link from the browser address bar. Then paste this link into the page text. For example:

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

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

## Link to issue list {#ticket-list}

To place an automatically generated issue filter or a list of queue issues on a page:

{% list tabs group=editor %}

- Visual editor

    1. On the toolbar, click ![](./_assets/svg/actions.svg)</svg> **Other actions**, then select ![](./_assets/svg/task-list.svg)</svg> **Issue list**.

        <!-- 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 queue key or a link to the issue filter from the browser address bar.

- Markdown markup

    To insert an issue list in Markdown mode, use this code:

    ```
    {% tasks url="<queue key or filter link>" %}
    ```

Learn more about working with issues in Yandex Tracker documentation:

* [What is a queue key](https://yandex.ru/support/tracker/manager/create-queue.html#key)

* [How to create an issue filter](https://yandex.ru/support/tracker/user/create-filter.html)

{% endlist %}

{% note info "" %}

The list may display up to 50 issues.

{% endnote %}


## List of issues with parameters {#tasks-vars}

Using dynamic tables, you can place a list of issues and their main parameters on a Wiki page:

1. [Create](https://yandex.ru/support/wiki/en/wysiwyg/grid.md#add) a dynamic table.

1. [Add a column](https://yandex.ru/support/wiki/en/wysiwyg/grid.md#column-params) with the ![](./_assets/svg/type-tracker.svg)</svg> **Tracker issue** data type.

1. Add the required number of rows and list the issue keys in them. [What is an issue key](https://yandex.ru/support/tracker/user/create-ticket.html#key)

1. Create additional columns. Select ![](./_assets/svg/subpage.svg)</svg> **Issue parameters** as the data type.

    {% cut "Available issue parameters:" %}

    * Title
    * Type
    * Assignee
    * Author
    * Status
    * Priority
    * Date created
    * Updated
    * Original Estimate
    * Fix Version
    * Components
    * Story Points
    * Deadline
    * Description
    * End Date
    * Estimated time
    * Followers
    * Last comment (updated)
    * Parent issue
    * Pending reply from
    * Project
    * Queue
    * Resolution
    * Resolved (date)
    * Sprint
    * Start Date
    * Status changed
    * Status type
    * Tags
    * Votes

    {% endcut %}

1. Save the table.

Example:

![](./_assets/tickets-grid-example.png =850x){.border-yes}

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

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