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, Jun 3, 12:31 AM
Unknown Object (File)
Thu, May 29, 9:13 AM
Unknown Object (File)
Tue, May 13, 10:39 PM
Unknown Object (File)
Apr 22 2025, 4:11 AM
Unknown Object (File)
Apr 21 2025, 11:08 AM
Unknown Object (File)
Apr 18 2025, 9:05 AM
Unknown Object (File)
Apr 17 2025, 10:33 PM
Unknown Object (File)
Mar 29 2025, 7:51 PM
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