Tasks: #
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]
Projects: #
Display all projects: #
You can display a list of all projects using the following shortcode:
[zephyr_project]
Single Project: #
You can display a specific project by adding the project ‘id’ attribute:
[zephyr_project id=“id_of_project”]
It will also display all the tasks for that project
Calendar: #
This has now been added:
[zephyr_calendar]
Files: #
Display all files: #
You can add the following shortcode to display all files:
[zephyr_files]
Display files for a certain task: #
Display task files for a specific task by using the following shortcode:
[zephyr_files task=“id_of_task”]
Display files for a certain project: #
Display project files for a specific project by using the following shortcode:
[zephyr_files project=“id_of_project”]
Uploading files: #
General upload (neither projects nor tasks):
[zephyr_file_upload]
Upload to specific task:
[zephyr_file_upload task="id_of_task"]
Upload to specific project:
[zephyr_file_upload project="id_of_project"]
Activity: #
All Activity: #
You can display all the Zephyr activities logs using the following shortcode:
[zephyr_activity]
Activity Limit: #
You can add the ‘max’ attribute to set how many activity entries should be shown
[zephyr_activity limit="10"]