addDocument
Adds a document with title, content, and optional settings like emoji and parent to a specified Backlog project.
Instructions
Adds a new document to the specified project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID | |
| title | No | Title of the document | |
| content | No | Content of the document | |
| emoji | No | Emoji for the document | |
| parentId | No | Parent document ID | |
| addLast | No | Add to the end of the list | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |