IAM21 instance, do not create collab nor modify a team, your changes will be lost


Wiki source code of sitemap

Version 17.1 by bougault on 2023/09/15 09:25

Show last authors
1 {{velocity}}
2 #set ($spaceReferenceString = 'Collabs')
3 #set ($query = $services.query.xwql("where doc.space like :space"))
4 #set ($query = $query.bindValue('space').literal("${spaceReferenceString}.").anyChars().query())
5 $query.execute()
6
7
8 {{/velocity}}