SAVE

{SAVE: }

This rule is valid within onchange directives only. 

If used on an add screen, it provides functionality equivalent to use of the Insert and Continue button.  When the action is triggered, the issue is inserted with its current values, and the user is automatically directed to the edit screen to continue working.

If used on an edit screen, it provides functionality equivalent to use of the Save and Continue button.  When the action is triggered, the issue is saved with its current values, and the user continues working within the edit screen of the issue to make further changes.

Example

<== onchange ==>
if (SCREEN_NAME = 'ADD' && PRIORITY.{changed}) {
  {SAVE:}
}