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" }
Differential D17603
Return task descriptions from "maniphest.search" epriestley on Apr 3 2017, 12:14 AM. Authored by Tags None Referenced Files
Subscribers None
Details
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" } Called maniphest.search, reviewed output.
Diff Detail
|