Hi,
i want to create a dynamic list with links of spaces.
Filtered by startswith 'abc-xy'
The result should be like:
----
abc-xy-1.0
abc-xy-1.1
abc-xy-1.2
abc-xy-3.0
----
and not more!
The default search macro creates to much output...
Thanks!
You easily can do it with the Customware Reporting plugin (http://wiki.customware.net/repository/display/AtlassianPlugins/Reporting+Plugin)
{report-block}
{space-reporter:space=@global}
{text-sort:space:name}
{text-filter:space:title|include=^abc-xy.*}
{space-reporter}
{report-body}
{report-info:space:name|link=true} ({report-info:space:key})
{report-body}
{report-block}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.