Topics

Topics are an optional way to organize tasks inside a project. You can create multiple topics inside a project and put documents inside them.

Project 1
    └── Topic 1
        └── Document 1
        └── Document 2
        └── Document 3
    └── Topic 2
        └── Document 4
        └── Document 5
        └── Document 6
Project 2
    └── Topic 3
        └── Document 7
        └── Document 8
        └── Document 9

Topic Commands

Create a topic

Creates a new topic with the specified name inside the specified project.
/topic create
topic
my topic
project
my project
Knowledge Manager
Requires MANAGE_TOPICS permissions

List all topics

Shows all topics in the specified project.
/topic list
project
my project
Knowledge Manager
Requires READ_DOCUMENTS permissions

Rename a topic

Change the name of a topic.
/topic rename
topic
my topic
new_name
my renamed topic
Knowledge Manager
Requires MANAGE_TOPICS permissions

Delete a topic

Provides the choice to move the topic and all documents inside it to the trash bin or delete it permanently.
/topic delete
topic
my topic
Knowledge Manager
Requires MANAGE_TOPICS permissions

Restore a topic

Restores a topic and all of its documents from the trash bin.
/topic restore
topic
my topic
Knowledge Manager
Requires MANAGE_TOPICS permissions

Move a topic

Moves a topic and all of its documents into a different project.
/topic move
topic
my topic
project
my project
Knowledge Manager
Requires MANAGE_TOPICS permissions