Skip to content
custom-logo
  • Home
  • Download Free
  • Get Pro
  • Home
  • Download Free
  • Get Pro

Getting Started

  • Introduction
  • Installation
  • Dashboard

Tasks

  • Overview
  • Copying a Task
  • Creating a Task
  • Editing a Task
  • Deleting a Task
  • Converting a Task to a Project
  • Subtasks
  • Exporting & Importing Tasks
  • Filtering Tasks
  • Printing a Task

Projects

  • Overview
  • Editing a Project
  • Deleting a Project
  • Copying a Project
  • Project Discussions
  • Exporting & Importing Projects
  • Adding Projects to the Dashboard
  • Project Status

Categories

  • Overview
  • Overview
  • Creating Categories
  • Editing Categories
  • Deleting Categories
  • Assigning Categories to Projects

Teams & Users

  • Permissions & Roles
  • Teams & Members
  • Setting Up Users
  • Creating Users

Files

  • File Manager

Calendar

  • Overview

Reporting & Statistics

  • Activity
  • Reporting

Frontend Project Manager

  • Overview

Custom Fields

  • Overview
  • Adding Custom Fields to Tasks
  • Creating Custom Fields
  • Deleting Custom Fields

Shortcodes

  • Projects
  • Shortcodes
  • Activity
  • Files
  • Calendar
  • Tasks

Integrations

  • Asana Integration

Developer

  • Action Hooks
  • REST API

Task Templates

  • Overview

Usability

  • Shortcuts

Mobile App

  • Overview

Troubleshooting

  • Debugging and Troubleshooting Errors
  • Home
  • /
  • Docs
  • /
  • Shortcodes
  • /
  • Tasks

Tasks

Table of Contents
  • List of all tasks:
  • Single Task:
  • List project tasks:
  • Display tasks of certain member:
  • New Task Button:

List of all tasks: #

You can list all tasks by using the following shortcode:

[zephyr_task]

Single Task: #

To display a specific task based on the task ID, you can add the ‘id’ attribute as shown below:

[zephyr_task id="1"]

List project tasks: #

To display a list of tasks for a specific project, you can add the ‘project’ attribute:

[zephyr_task project="id_of_project"]

Display tasks of certain member: #

You can display a certain members tasks by adding the ‘assignee’ attribute as shown below:

[zephyr_task assignee="1"]

Alternatively you can use “current” as the assignee value to dynamically show the tasks of the currently logged in member

New Task Button: #

You can add a ‘New Task’ button to allow users to create new tasks by using the following shortcode:

[zephyr_new_task_button]

Was this helpful?
Calendar
Table of Contents
  • List of all tasks:
  • Single Task:
  • List project tasks:
  • Display tasks of certain member:
  • New Task Button: