link_wiki_page
Link a wiki page to an issue. The link then shows on both the issue and the page, and survives the page being renamed or moved. Identify the page by 'pageId', or by 'spaceKey' + 'title'. Linking the same page again updates that link instead of adding a second one. Requires permission to edit the issue.
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. | |
| relationship | No | How the page relates to the issue, free text — e.g. 'documentation' (the default), 'specification', 'design'. |