diff --git a/src/applications/project/storage/PhabricatorProject.php b/src/applications/project/storage/PhabricatorProject.php --- a/src/applications/project/storage/PhabricatorProject.php +++ b/src/applications/project/storage/PhabricatorProject.php @@ -815,7 +815,7 @@ } public function getFieldValuesForConduit() { - $color_key = $this->getColor(); + $color_key = $this->getDisplayColor(); $color_name = PhabricatorProjectIconSet::getColorName($color_key); if ($this->isMilestone()) {