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)
Wed, May 1, 12:31 AM
Unknown Object (File)
Fri, Apr 26, 1:29 PM
Unknown Object (File)
Sat, Apr 6, 5:13 PM
Unknown Object (File)
Sat, Apr 6, 2:11 PM
Unknown Object (File)
Mar 29 2024, 4:27 AM
Unknown Object (File)
Mar 29 2024, 12:19 AM
Unknown Object (File)
Mar 24 2024, 4:56 AM
Unknown Object (File)
Mar 19 2024, 7:23 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