We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have set url=content.view_url
The crawler works without an issue but it creates items like: https://confluence/spaces/SUPP/page/34803911
This page is unknown on our confluence as the URL is: https://confluence/pages/viewpage.action?pageId=34803911
Is it somehow possible to change the url format? Or do we need to configure something on the confluence server / install a plugin / ...
Thank you in advance.
The text was updated successfully, but these errors were encountered:
You can use Groovy in Script. ex. url=content.view_url.replace('spaces/SUPP/page/', 'pages/viewpage.action?pageId=')
url=content.view_url.replace('spaces/SUPP/page/', 'pages/viewpage.action?pageId=')
Sorry, something went wrong.
Thank you very much! works!
No branches or pull requests
I have set
url=content.view_url
The crawler works without an issue but it creates items like:
https://confluence/spaces/SUPP/page/34803911
This page is unknown on our confluence as the URL is:
https://confluence/pages/viewpage.action?pageId=34803911
Is it somehow possible to change the url format? Or do we need to configure something on the confluence server / install a plugin / ...
Thank you in advance.
The text was updated successfully, but these errors were encountered: