- edited description
The title of a page can be changed; only the so-called "tiny link" is a reliable way to link to a page (see https://confluence.atlassian.com/x/LQD2). The plugin uses the page title - e.g.:
name=HiQo Confluence Links;url=https://wiki.lantiq.com/display/IT/HiQo+Confluence+Links;type=page;space=IT Documentation;macroSearchId=32342899;
If the page is renamed, the following occurs on the Confluence side when the link is selected in Jira:
The page you were looking for may have been renamed to the following: Page: HiQo Confluence Links renamed (IT Documentation)
This is perhaps not so bad, but is completely avoidable by writing the url parameter as follows, where "c4PtAQ" is the tiny link for the page:
url=https://wiki.lantiq.com/x/c4PtAQ
It would also be nice if the name were updated to the new name when the user follows a link to a renamed page, though this is not so crucial as the previous point.
BTW, nice plugin! Will use it after this little problem is solved.
-David