Skip to main content
Version: 1.11.0

Subject Generation Rules

You can set up rules to automatically generate subjects of service requests that use request models.

tip

Role required: request_manager, admin.

To create a rule, complete the following steps:

  1. Navigate to Service Request Management → Subject Generation Rules.
  2. Click New and fill in the fields.
  3. Click Save or Save and exit to apply the changes.

Request Subject Generation Rule form fields

FieldMandatoryDescription
Service request modelYSpecify a request model. The rule will be applied to the records created from the model.
You can only specify the model for the Request (itsm_request) table or its child one.
TemplateYSpecify the subject template. You can use placeholders like ${caller} but without dot-walking. To access the model attributes, use the {rem_attr.column_name} call.
If the field is not found, a gap will be displayed in the text.
Usage typeYSelect how to apply the template. Available options:
  • Add at the beginning – the template will be substituted at the beginning of the subject of existing records.
  • Add at the end – the template will be substituted at the end of the subject of existing records.
  • Do not override – the template will not override the subjects of existing records. Subjects of new request records after the rule is created will have the value specified in the template.
  • Override – the template will override the subjects of existing records. Subjects of new request records after the rule is created will have the value specified in the template.
caution

Only one rule can be configured for each request model.