Versions Compared

Key

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

...

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

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

...