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, Dec 31, 12:22 AM
Unknown Object (File)
Fri, Dec 27, 11:13 PM
Unknown Object (File)
Tue, Dec 24, 6:54 PM
Unknown Object (File)
Fri, Dec 20, 4:18 PM
Unknown Object (File)
Thu, Dec 12, 11:13 PM
Unknown Object (File)
Thu, Dec 12, 9:02 AM
Unknown Object (File)
Sat, Dec 7, 4:52 AM
Unknown Object (File)
Dec 4 2024, 2:34 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
Branch
task1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 16268
Build 21619: Run Core Tests
Build 21618: arc lint + arc unit