Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Where can I find Bamboo Freemarker macro functions definition?

Ivan Mashintsev
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 7, 2016

In Bamboo Documentation page there are only examples. Like these:

[@ui.displayUserGravatar username="msmith" size="26"/]
[@ui.bambooSection titleKey="build.concurrent.title"]
    [@ww.checkbox labelKey='build.concurrent.overrideDefault'
                  name='custom.concurrentBuilds.overrideNumberOfConcurrentBuilds'
                  toggle='true' /]
    [@ui.bambooSection dependsOn='custom.concurrentBuilds.overrideNumberOfConcurrentBuilds' showOn='true']
        [@ww.textfield labelKey='build.concurrent.maxnumber'
                       name='custom.concurrentBuilds.numberOfConcurrentBuilds'
                        /]
    [/@ui.bambooSection]
[/@ui.bambooSection]

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

3 votes
Answer accepted
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 8, 2016

Hello @Ivan Mashintsev,

Look at <BAMBOO_INSTALL_DIR>atlassian-bamboo/WEB-INF/classes/freemarker-lib. There are functions.ftl, help.ftl and ui.ftl files

Ivan Mashintsev
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 8, 2016

Thanks a lot, Alexey.

TAGS
AUG Leaders

Atlassian Community Events