Macro for list of spaces which starts with 'abc'

Dirk Bromberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 28, 2012

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!

1 answer

1 accepted

0 votes
Answer accepted
MatthewC
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 1, 2012

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}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events