You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This function returns a text list with the URL of attachments of the current issue.

Syntax
attachmentUrls() #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

The function returns a TEXT LIST


Variant where you can additionally define an issue list.

Syntax
attachmentUrls(issue list issue_list) #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT LIST


Variant where you can additionally define a text list.

Syntax
attachmentUrls(text list attachments_regexp) #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT LIST

The URL of attachments is returned from issues with names matching a regexp in attachments_regexp.


This function returns the URL of attachments of issues in issue_list with names matching a regexp in attachments_regexp.

Syntax
attachmentUrls(issue list issue_list, text list attachments_regexp) #Output: Text list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT LIST