Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Function prototypeReturned value
attachmentUrls() : string list
Available since version 2.4.8
Returns a string list with the URL of attachments of current issue.
attachmentUrls(issue list issue_list) : string list
Available since version 2.4.8
Returns a string list with the URL of attachments of issues in issue_list.
attachmentUrls(string list attachments_regexp) : string list
Available since version 2.4.8
Returns 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 list
Available since version 2.4.8
Returns a string list with the URL of attachments of issues in issue_list with names matching a regexp in attachments_regexp.

...