Versions Compared

Key

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

...

A "true" return value means that the specified field had input in the transition screen.

Examples

Example 1 - checking whether a certain custom field has any value

Code Block
hasInput("customfield_12003");

Returns "true" if the customfield_12003 contains a value and "false" if the customfield_12003 is empty.

Example 2 - checking whether a ticket has comments