forked from xwiki-contrib/application-task
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Please create a task manager Pro Application that supports migration from Confluence.
Confluence doc: https://confluence.atlassian.com/doc/add-assign-and-view-tasks-590260030.html and https://confluence.atlassian.com/doc/task-report-macro-590260009.html
The new application will be a pro app with the following modules:
- Create task
- Implement the option to create a task by typing "/"
- Implement the option to assign a task by typing "@" in the task
- Implement the option to set a deadline by typing "//" in the task
- Task report
- Implement the task report macro with the following parameteres:
| Parameter | Required | Default | Description |
|---|---|---|---|
| Space(s) and Page(s)(spaceAndPage) | No | None | Filter by the task location. The macro will only display tasks in the spaces or parent pages (and their child pages) specified. You can enter a combination of spaces and pages. |
| Label(s)(labels) | No | None | Filter by Label. The macro will only display tasks on pages with at least one of the specified labels (for example, 'label-a' OR 'label-b'). Enter multiple labels, separated by a comma. |
| Assigned to(assignee) | No | None | Filter by Assignee. The macro will only display tasks assigned to the users specified. |
| Created by(creator) | No | None | Filter by Creator. The macro will only display tasks created by the users specified. |
| Created after(createddateFrom) | No | None | Filter by created date. The macro will only display tasks created on or after the date specified. Date must be entered as dd-mm-yyyy. |
| Task status(status) | Yes | Incomplete | Show complete or incomplete tasks. |
| Number of tasks to display(pageSize) | No | 20 | The number of tasks to display on each page of results in the table. Choose from 10, 20 or 40. |
| Display columns(columns) | No | description,duedate, assignee,location | Columns to include in the table. Available columns include description, duedate, assignee, location, completedate and labels. |
| Sort by(sortBy) | No | Due date | Sort tasks by due date, assignee or page title.Select the Reverse Sort check box to sort the table in reverse order. |
Reactions are currently unavailable