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)
Tue, Apr 22, 4:11 AM
Unknown Object (File)
Mon, Apr 21, 11:08 AM
Unknown Object (File)
Fri, Apr 18, 9:05 AM
Unknown Object (File)
Thu, Apr 17, 10:33 PM
Unknown Object (File)
Mar 29 2025, 7:51 PM
Unknown Object (File)
Mar 24 2025, 11:15 PM
Unknown Object (File)
Mar 17 2025, 11:58 AM
Unknown Object (File)
Mar 14 2025, 4:42 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