New features

New expressions in the parser

Function prototypeReturned value
attachmentUrls() : string listReturns a string list with the URL of attachments of current issue.
attachmentUrls(issue list issue_list) : string listReturns a string list with the URL of attachments of issues in issue_list.
attachmentUrls(string list attachments_regexp) : string listReturns a string list with the URL of attachments of the current issue with names matching a regexp in attachments_regexp.
attachmentUrls(issue list issue_list, string list attachments_regexp) : string listReturns a string list with the URL of attachments of issues in issue_list with names matching a regexp in attachments_regexp.

 Bug fixes