Versions Compared

Key

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

...

Returns the priority id for the priority name provided.

Example

Code Block
languagejs
return getPriorityIdByName("High");

...