Page MenuHomePhabricator

Return task descriptions from "maniphest.search"
ClosedPublic

Authored by epriestley on Apr 3 2017, 12:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 15 2026, 2:53 PM
Unknown Object (File)
Apr 15 2026, 7:49 AM
Unknown Object (File)
Apr 12 2026, 6:55 PM
Unknown Object (File)
Mar 7 2026, 11:29 AM
Unknown Object (File)
Mar 5 2026, 3:32 AM
Unknown Object (File)
Mar 5 2026, 3:30 AM
Unknown Object (File)
Jan 22 2026, 11:28 PM
Unknown Object (File)
Dec 4 2025, 4:58 AM
Subscribers
None

Details

Summary

Fixes T12461. This returns the field as a dictionary with a "raw" value, so we could eventually do this if we want without breaking the API:

{
  "type": "remarkup",
  "raw": "**raw**",
  "html": "<strong>raw</strong>",
  "text": "raw"
}
Test Plan

Called maniphest.search, reviewed output.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable