method
IssueTarget.Field
Field selects a child field, optionally through dot-separated groups. Crossing an array or Blocks field requires an explicit Row or Block selector. Each traversed group must contain an object in the candidate. For an absent, null or malformed group, target that group itself instead. A missing scalar child of an existing object remains a valid target.
Arguments
| Argument | Type | Description |
|---|---|---|
path | string | The path value. |
Returns
The declared result.
IssueTargetFull signature
func (target IssueTarget) Field(path string) IssueTargetRelated types
IssueTargetIssueTarget selects the current field or a descendant of its candidate value. It is immutable. Repeated rows use their _key, never their display position. Configuration and runtime identities are supplied by Ridu when validation runs.