unlink_wiki_page
Remove the link between an issue and a wiki page. Identify the page by 'pageId', or by 'spaceKey' + 'title'. Requires permission to edit the issue. The page itself is not touched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Exact page title, when identifying the page by title. | |
| pageId | No | Page id (as returned by search_wiki). | |
| issueKey | Yes | Issue key, e.g. 'UK-1'. | |
| spaceKey | No | Space key, when identifying the page by title. |