Follow-up #6758 (comment)
bugzilla.create_bug.extra and bugzilla.update_bug.changes currently accept arbitrary keys and values through dict[str, Any]. Unsupported fields, invalid types, and typos are recorded successfully and fail only when the action is applied. Validate these fields against Bugzilla’s accepted fields and types before recording.
Follow-up #6758 (comment)
bugzilla.create_bug.extraandbugzilla.update_bug.changescurrently accept arbitrary keys and values throughdict[str, Any]. Unsupported fields, invalid types, and typos are recorded successfully and fail only when the action is applied. Validate these fields against Bugzilla’s accepted fields and types before recording.