-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Environment
- Phabfive version: 0.4.0
- API/Endpoint: Conduit
- Operating System: Ubuntu 24.04.1 LTS
Steps to Reproduce
- Use the Conduit/Phabricator API to make a request for a project with a name containing spaces.
- Ensure the "projects" constraint is enabled.
- Ensure the "column" attachment is enabled.
- API fails to return a response (no output).
Config
maniphest.py line 46:
constraints["projects"] = [str(project)]
maniphest.py line 49:
"columns": True
Expected Behavior
- The API should return a valid response for a project with names that contain spaces when the 'columns' attachment is enabled.
Observed Behavior
- The API fails to return a response or outputs an empty result when requesting a project with spaces in their names while 'columns' is enabled.
Additional Info
- No error messages were detected.
- This issue does not occur for projects without spaces in their names.
Metadata
Metadata
Assignees
Labels
No labels