Versions Compared

Key

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

...

We decided that we could use our own Simple Issue Language to create custom actions, similar to transitions, that are flexible and also reusable, making maintenance and development a breeze.

The Blitz Actions use 3 SIL scripts each:

  1. The condition script. This decides whether the action is available for the user to execute, or if it is visible to the user but not executable, or if it is simply hidden with no visual indication that it exists.
  2. The screen script. This decides if an action requires some user input before the action is executed. It allows the administrator to generate a form with fields that will provide input to the actual execution of the action.
  3. The action script. This is the script that does all the work after all input has been gathered.

...