Versions Compared

Key

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

...

Parameter name

Type

Required

Description

issueKey

string

Yes

Key of the selected issue.

getNullFieldsbooleanNoFlag for specifying whether the fields with null values should be retrieved too. If not specified, it defaults to "false".

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).

...