# Viewing tasks in GitLab

## Card display

The card type display allows you to see issue title, labels, issue number and assignee.

<figure><img src="/files/5xfz4ntGrkn40cGq4Wzk" alt=""><figcaption></figcaption></figure>

1. To view more details of a card, **click on the issue** and a sidebar of the issue will appear on the left side.<br>

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

## Mass visualization of issues

The massive visualization of issues allows you to observe the issues in card form but without displaying them in the board format.<br>

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

1. Para acceder a esta visualización se tiene que posicionar el mouse en plan
2. Dar clic en issues, de esta manera se visualizaran todos los issues.

{% hint style="info" %}
Dentro del buscador puedes hacer filtros para realizar una busqueda más específica.
{% endhint %}

## Issue screen display

1. Click on the issue title will open a new screen which contains all the information about the issue, such as title, description, labels, milestone, due date, time tracking, assigned, child items, link items, issue history and comments.<br>

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


---

# 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://dojo.lkmx.io/ingles/gitlab/viewing-tasks-in-gitlab.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.
