---
metadata:
  - name: generator
    content: Diplodoc Platform v5.46.1
alternate:
  - https://yandex.com.tr/support/wiki/en/tracker.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/support/wiki/en/llms.txt

# Yandex Tracker entities

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

Yandex Tracker users can embed _magic links_ into Wiki pages for easier access to issue lists or individual entities, such as issues, queues, components, projects, portfolios, goals, and dashboards.

The look of these links may change based on the entity's status, assignee, and other attributes.

For more information about magic links, see [Links](https://yandex.com.tr/support/wiki/en/wysiwyg/links.md).

## Links to issues {#ticket}

To add an issue link to Wiki, [copy the issue key](https://yandex.com/support/tracker/user/create-ticket.html#key) and paste it into the text of the page. These links include the Yandex Tracker logo, the key, name, and status of the issue, and the assignee's name, provided the issue has one.

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

## Links to other Yandex Tracker entities {#entity}

To add a magic link to Wiki, copy the full address of the project, portfolio, goal, dashboard, queue, or component and paste it into the text of the page. 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}

## Links to issue lists {#ticket-list}

To add an automatically generated issue filter or a list of queue issues to a page:

{% list tabs group=editor %}

- Visual editor

    1. On the toolbar, click <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-hidden="true" class="yc-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14 6.125a1.874 1.874 0 1 1 .001 3.749A1.874 1.874 0 0 1 14 6.125zm-5.906 0a1.874 1.874 0 1 1 0 3.749 1.874 1.874 0 0 1 0-3.749zM2 6.125a1.874 1.874 0 1 1 .001 3.749A1.874 1.874 0 0 1 2 6.125z"/></svg></svg> **Other actions**, then select <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" class="g-icon" fill="currentColor" stroke="none" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 16"><path d="M3.53 4.78A.75.75 0 0 1 3 5a.6.6 0 0 1-.53-.22L1.22 3.53a.68.68 0 0 1 0-1.03.68.68 0 0 1 1.03 0l.72.69 1.72-1.94a.77.77 0 0 1 1.06-.03c.28.28.31.75.03 1.06l-2.25 2.5Zm0 5A.75.75 0 0 1 3 10a.6.6 0 0 1-.53-.22L1.22 8.53c-.31-.28-.31-.75 0-1.06a.74.74 0 0 1 1.03 0l.72.72 1.72-1.94a.77.77 0 0 1 1.06-.03c.28.25.31.75.03 1.06l-2.25 2.5Zm4.22-6.03A.72.72 0 0 1 7 3c0-.4.31-.75.75-.75h8.5c.4 0 .75.34.75.75 0 .44-.34.75-.75.75h-8.5ZM7 8c0-.4.31-.75.75-.75h8.5c.4 0 .75.34.75.75 0 .44-.34.75-.75.75h-8.5A.72.72 0 0 1 7 8Zm-1 5c0-.4.31-.75.75-.75h9.5c.4 0 .75.34.75.75 0 .44-.34.75-.75.75h-9.5A.72.72 0 0 1 6 13Zm-3 1c-.56 0-1-.44-1-1a1 1 0 0 1 1-1c.53 0 1 .47 1 1a1 1 0 0 1-1 1Z" fill="currentColor"/></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](https://yandex.com/support/tracker/manager/create-queue.html#key) or copy and paste the [issue filter](https://yandex.com/support/tracker/user/create-filter.html) URL from the browser address bar.

- Markdown markup

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

    ```
    {% tasks url="<queue_key_or_filter_link>" %}
    ```

{% endlist %}

{% note info "" %}

The list may display up to 50 issues.

{% endnote %}


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

Using dynamic tables, you can add a list of issues and their main parameters to your Wiki page:

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

1. [Add a column](https://yandex.com.tr/support/wiki/en/wysiwyg/grid.md#column-params) with the <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-hidden="true" class="yc-icon GridTable-HeaderCellIcon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill-rule="evenodd" d="M4.285 12V8.571h3.428V12H4.285Zm-.001-4.286V4.286h3.429v3.428H4.284ZM0 3.43V0h3.429v3.429H0Zm4.284 0V0h3.429v3.429H4.284Zm4.286 0V0H12v3.429H8.57Z" clip-rule="evenodd"/></svg></svg> **Tracker issue data** type.

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

1. Create additional columns. Select <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="yc-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 14"><path d="M9.393 3.012 7.488 1.107A1.615 1.615 0 0 0 6.346.625H1.75A1.62 1.62 0 0 0 .125 2.25V12c0 .914.71 1.625 1.625 1.625h6.5A1.62 1.62 0 0 0 9.875 12V4.154c0-.431-.178-.838-.482-1.142ZM8.656 12a.418.418 0 0 1-.406.406h-6.5A.401.401 0 0 1 1.344 12V2.275a.4.4 0 0 1 .406-.406h4.063v2.006c0 .457.355.813.812.813h2.006V12h.025ZM2.562 7.734c0 .356.254.61.61.61h3.656c.33 0 .61-.254.61-.61 0-.33-.28-.609-.61-.609H3.172c-.356 0-.61.28-.61.61Zm4.266 1.829H3.172a.601.601 0 0 0-.61.609c0 .355.254.61.61.61h3.656c.33 0 .61-.255.61-.61 0-.33-.28-.61-.61-.61Z"/></svg></svg> **Issue parameters** as the data type.

    {% cut "Available issue parameters:" %}

    * Issue name
    * Type of
    * 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 -->
