Skip to end of banner
Go to start of banner

getIssueFieldNames

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Current »

Description

Returns a list with the names of all standard and custom fields of an issue.

Parameters

Return Type

String []

The return value is a string array containing all fields values for the selected issue. Each value can be retrieved from the array by key (the field id).

Example

string[] fields = getIssueFieldNames("DEMO-1");
return fields;

See also

  • No labels