create_wiki_page
Create a wiki page from Markdown in a space you can write to. Hangs off the space home page unless you name a parent (by 'parentId', or by 'parentTitle' within the same space). Returns the new page id and its URL. Mention someone as @Their Name — on a wiki page that is the form that notifies, not the [~username] used in issues; link another page as text or text. Answers with 'notified' (who this actually reaches) and 'unresolvedMentions' (what looked like a mention and reached nobody, each with a reason) — a wrong handle is stored as written and never refused, so that list is the only sign it did not land.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title. Must be unique within the space — the title is how pages are addressed here. | |
| labels | No | Labels to set, space or comma separated. | |
| markdown | No | Page body as Markdown, which also carries $…$ / $$…$$ LaTeX formulas and the wiki's macros on a line of their own — {toc}, {children}, {info} … {info}, {expand:title=…} … {expand}. | |
| parentId | No | Parent page id. Omit to hang the page off the space home page. | |
| spaceKey | Yes | Space key, e.g. 'PM'. Every project has exactly one space, keyed like the project. | |
| parentTitle | No | Parent page title, as an alternative to 'parentId'. Must be a page in the same space. |