Get Template Field

Pick a specific field from a template.

Picks a specific field from a template so its value can be read or written elsewhere. Use it to target a custom field by name rather than by raw id.

Inputs

  • TemplaterequiredTemplate. Provides the template whose field list is searched for the configured field id. If the template already contains the field, the node returns that exact field from the template scope.

Outputs

  • FieldField. Represents the field selected from the input template or resolved by id. The node prefers a field already present on the template, and if it cannot find one there it resolves the field globally by the configured id. When neither the template nor the global lookup yields a matching field, the node fails and halts execution rather than emitting an empty field.

Configuration

  • FieldField picker. Chooses which field id to look up on the template. The id limits the search to one specific template field, and it is also used as the fallback lookup key when the template does not already carry the field.

Example use cases

Target a custom field

Select the Severity field from the bug template, then use it with Get Field Value or Change Field.

See also