Home GnuPG

Return task descriptions from "maniphest.search"
009aff1a23d8Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Return task descriptions from "maniphest.search"

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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12461

Differential Revision: https://secure.phabricator.com/D17603

Details

Provenance
epriestley <git@epriestley.com>Authored on Apr 3 2017, 2:12 AM
Parents
rPHAB7e6f37fffbcf: Rename "ElasticSearch" filenames to "Elasticsearch" (2/2)
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHAB009aff1a23d8: Return task descriptions from "maniphest.search" (authored by epriestley <git@epriestley.com>).Apr 3 2017, 2:44 AM