[2017-04-21] Released Jira Workflow Toolbox 2.2.36

New features

FUNCTIONRETURNED VALUE
componentLeader(string component_name) : stringReturns the user name of the leader of the component with name component_name in current issue's project. This function also admits a comma separated list of components, and returns a comma separated list of user names. Output will contain repeated user names if a same user is leader of more than one component.
Example: componentLeader(%{00094}) returns a comma separated list with the user names of the leaders of current issue's components.
componentLeader(string component_name, string project_key) : stringReturns the user name of the leader of the component with name component_name in project with key project_key. This function also admits a comma separated list of components, and returns a comma separated list of user names. Output will contain repeated user names if a same user is leader of more than one component.
Example: componentLeader("Web Portal", "CRM")) returns the user name of the leader of the component with name Web Portal in project with key CRM.

Improvements

Bug fixes