Child pages
  • How to Customize the Bugs Workflow

Versions Compared

Key

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

...

  • The name tag, which defines the name of the action shown in the UI components (such as for example, Workflow combo box).
  • Action applicability condition, which defines which conditions a bug must meet to be eligible for the action. Action applicability can be defined either by referring to the condition defined earlier or by specifying a filter statement using the filter tag and the same syntax as is used for the condition definition.
  • The set tag, which defines the action script which runs when the action is applied. The script may contain both defined actions (for example, change the status value to Closed for the Close action) and actions, which require user input (for example, get the user comment when the bug status is changed).

Optionally an action may contain the windowId child tag, which defines the window identifier used to refer to the visual properties of the action window (such as for example, size, position, etc). This identifier can be used to apply one window configuration for several actions. If not specified the action name is used to generate the identifier.

...

This tag is applicable for enumeration fields only (such as for example, status or assignee). The tag content is the textual representation of the desired value.

...