Versions Compared

Key

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

...

Notice the use of variable a in the SIL program even though it was declared in the included file. Also notice the use of the increment()  UDR which was defined in the included file as well.

 Global Global variables

These are the variables that are already defined and can be used right away (issue fields and customfields). You can use these anywhere in your code without having to declare them.

...