Hello,
I have a user macro where I define an url that the customer will click on to move the page to another parent (defined in the url).
I'm using this a href:
'<your-confluence-URL>/pages/movepage.action?pageId=<page-to-be-moved-pageId>&spaceKey=<target-space-key>&targetTitle=<target-title-of-parent-page>&position=append' \
Apparently, when clicking on the link, the user get the message that he is not allow to do it.
Do I need to declare some authorization ?
here is my td where the script reside:
{code}
<td style="border:none;padding-left:5px;padding-right:10px;"><h2>Cette page nécessite un nettoyage pour répondre aux normes</h2>
<h3>Cette page devrait être archivée.</h3>
#if($permissionHelper.canRemove($userAccessor.getUserIfAvailable($req.getRemoteUser()),$content))
<p>Merci de la <a href="$req.contextPath/pages/movepage.action?pageId=$content.getIdAsString()&spaceKey=$space.Key&targetTitle="_archive"&position=append">déplacer</a> en tapant <strong>'_archive'</strong> comme nouvelle page parent et de supprimer l'étiquette "to-archive".</p>
#end
</td>
{code}
Thanks for any help.
Michael
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.