Page MenuHomePhabricator

Return task descriptions from "maniphest.search"
ClosedPublic

Authored by epriestley on Apr 3 2017, 12:14 AM.
Tags
None
Referenced Files
F18783879: D17603.diff
Mon, Oct 13, 10:22 AM
F18764994: D17603.id.diff
Tue, Oct 7, 8:59 AM
F18763614: D17603.diff
Tue, Oct 7, 1:06 AM
F18625433: D17603.diff
Sep 15 2025, 10:49 PM
F18566140: D17603.id.diff
Sep 9 2025, 2:20 PM
F18500796: D17603.diff
Sep 4 2025, 9:20 PM
F18475372: D17603.diff
Sep 2 2025, 11:28 PM
F18229921: D17603.diff
Aug 20 2025, 11:44 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