Table of Contents
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]