Scripts can now submit a queued feedback draft by id without opening the review dialog.
What's wrong with this entry?
A new async entry point submits an already-queued feedback draft by id, without going through the interactive review dialog.
- takes a draftId plus overrides for type, title, area and description, an
attachTranscriptflag, and asurfacethat defaults to"sdk" - returns either a
feedback_idor afailure_reason failure_reasonis"drafts_disabled"when the drafts check does not pass, or"draft_not_found"when the id does not resolve
return { feedback_id: null, failure_reason: "drafts_disabled" };
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Survey follow-ups carry their context into /feedback for 30 seconds
Both mention feedback
-
v2.1.235
Bug reports are trimmed to fit an 8 MiB upload limit
Both mention feedback
-
v2.1.235
Bug reports that are too large drop the transcript automatically
Both mention feedback