Page MenuHomePhabricator

projects.add_ transaction adds no project tag using conduit with maniphest edit
Closed, InvalidPublic

Description

Reproducing procedure with https://bitnami.com/redirect/to/108749/bitnami-phabricator-20160523-0-linux-x64-installer.run:

Take a task and edit this task with maniphest.edit. Use the transaction type 'projects.add' and add your project tag. Check, if the oproject tag has been added.

Unfortunateley not.

Event Timeline

I can't reproduce this; I've used conduit to add the "Conduit" project to this task:

pasted_file (557×410 px, 32 KB)

Bitnami installs are also not supported here - see Contributing Bug Reports.

Reproduced:

[       {         "type": "title",         "value": "TEST_3"       },     {       "type": "description",       "value": "Test 3?"     },     {       "type": "owner",       "value": "PHID-USER-y7djwtvdkrc7sd2dymn6"     },     {       "type": "status",       "value": "open"     },     {       "type": "priority",       "value": "0"     },     {       "type": "projects.add",       "value_add": "PHID-PROJ-nitxwme6cvo45mcfry4s"      }   ]
  • Check, if the oproject Conduit has been added - unfortunateley not.

Which instructions did you follow that included a key called value_add? These instructions were wrong and should be updated.