# Viewing tasks

Missive gives you multiple ways to view, organize, and track tasks across your conversations and teams. Whether you’re focusing on your own work, monitoring tasks across your organization, or managing subtasks within a conversation.

## Tasks view

The Tasks views in your sidebar are the three main ways to view your tasks:

* **My tasks**: All your tasks across any teams or organizations
* **Organization tasks**: All tasks in your organization
* **Team tasks**: Tasks assigned to a specific team

<div data-with-frame="true"><figure><img src="/files/E8TSEh9Juje8t1qFkZdP" alt="Tasks sidebar showing different task views including &#x27;Your assigned tasks&#x27;, &#x27;All tasks - regardless of teams or assignees&#x27;, and &#x27;Team tasks&#x27; with various task items listed below" width="563"><figcaption></figcaption></figure></div>

### Organizing and filtering tasks

The Tasks view offers various ways to organize your work:

* Filter tasks by assignees, team, status, or other criteria
* Pin custom filtered views to your sidebar
* Sort and group tasks according to your preferences
* Click on conversation pills to quickly access related conversations

<div data-with-frame="true"><figure><img src="/files/WWhN4XAtfps0BXIU5H4n" alt="Tasks view showing filters for status, due date, assignees and teams, with tasks grouped by teams and sorted by due date" width="375"><figcaption></figcaption></figure></div>

## Subtasks

Subtasks are tasks created within a conversation. For larger projects, you can create a conversation and attach multiple subtasks to it. This allows you to assign the conversation to a project owner while distributing subtasks to different team members.

<div data-with-frame="true"><figure><img src="/files/Fc1LVmfMgxqN7OUF3sID" alt="Tasks shown within a conversation" width="563"><figcaption></figcaption></figure></div>

For example, when a new sales inquiry comes in, you can assign the conversation to a sales representative and create subtasks to track the entire sales process:

* Initial contact and qualification (Sales team)
* Product demo scheduling (Sales team)
* Technical requirements review (Engineering team)
* Contract preparation (Legal team)
* Account setup (Customer Success team)

This allows you to track the lead's progress through your sales pipeline while coordinating work across multiple teams. Subtasks appear in both the Tasks sidebar and the Tasks views.

## Tasks sidebar

The **Tasks** sidebar on the right side of a conversation provides a unified view of all task-related information:

* The conversation's task attributes (status, team, assignees, due date, description)
* All subtasks in the conversation, grouped by status (To do, In Progress, Closed)

Use the Tasks sidebar to manage both the conversation-level task and its subtasks without leaving the conversation.

## Calendar

To view your tasks with due dates (and their progress status) in Missive built-in calendar, toggle on **Tasks** calendar in the **calendar filter** (the second icon in the upper-right).

<div data-with-frame="true"><figure><img src="/files/qG1c2pSE71Ce4FwC3gFp" alt="Missive built-in calendar interface" width="1183"><figcaption></figcaption></figure></div>


---

# 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://missiveapp.com/docs/core-features/tasks/viewing-and-organizing-tasks.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.
