Versions Compared

Key

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

...

The return value is a string array containing all the issue types available for the given project.

Example

Code Block
languagejs
return issueTypesForProject("TST");

...