Questions tagged [maniphest]

Customizable Task Management software with built-in Kanban workboards.

Customizable Task Management software with built-in Kanban workboards.
https://www.phacility.com/phabricator/maniphest/

13 questions
8
votes
2 answers

How do i access the Phabricator Maniphest restful APIs?

I'm trying to programmatically create tasks/bugs on Maniphest: https://www.phacility.com/phabricator/maniphest/ but i can't quite seem to find a RESTful API that can do this. am i totally missing out on something? or does there not currently exist…
David T.
  • 22,301
  • 23
  • 71
  • 123
2
votes
0 answers

How to achieve that user is also the author of a task in Phabricator's Maniphest via Conduit API?

The Conduit API in Phabricator does not support setting of authorPHID parameter while calling maniphest.createtask. I can imagine this is because of security or some logical reason. But I am developping my own frontend for Maniphest where the users…
dakur
  • 1,272
  • 1
  • 8
  • 10
2
votes
1 answer

Phabricator (maniphest) custom field issue

I am trying to add custom fields to Phabricator, particularly Maniphest, and even the example given in the documentation does not work (there is an open quote in it, but even correcting that still does not help. I have made sure that the config is a…
Mahdi
  • 191
  • 8
2
votes
1 answer

How do I import/integrate Phabricator (Maniphest) with Mantis

I am interested in implementing Phabricator to manage our software development. We are currently using Mantis 1.2.11 as our bug tracking tool. Is there any guide or tool to integrate or import Mantis bug reports with Phabricator that I can…
Puneet
  • 472
  • 3
  • 14
1
vote
0 answers

How can the Phabricator "maniphest.edit" API be used to add a ticket to a column while also using its "beforePHIDs" parameter?

According to the maniphest.edit "Transaction Type: Column" documentation, the beforePHIDs parameter should be an array of PHIDs. I think this would look like the following: curl https://5555/api/maniphest.edit \ -d api.token=api-token \ -d…
Monte Hurd
  • 4,349
  • 5
  • 30
  • 35
1
vote
1 answer

Restrict view access of a Phabricator (Maniphest) Task field to only a specific group of users?

On our company's Phabricator site, for example, I have an Approver select (dropdown) field that is part of the form when I create a new Task. I want only a specific group of people to be able to see this Approver field when someone creates a new…
rsivakumar
  • 11
  • 2
0
votes
1 answer

How to keep indexed a Maniphest task after editing its title

After a new Maniphest task has been created, chances are that you may need to change the task title to a new one with different keywords. However, upon editing the title, the task cannot be found by its new keywords but only by the old ones. After…
coterobarros
  • 941
  • 1
  • 16
  • 25
0
votes
1 answer

Export Differential All Revisions

I recently downloaded Phabricator to use as my repository management tool. After creating tasks, I can see them on the Maniphest All Tasks list with the option of Export to Excel as shown below. How do I integrate the same Export to Excel feature…
Slimshadddyyy
  • 4,085
  • 5
  • 59
  • 121
0
votes
2 answers

Phabricator workflows

I recently downloaded Phabricator to use as my repository management tool, I am completely new to it, my issue is getting to grips with workflows . When I create a number of tasks, I can see them on the Maniphest workboard. This is great however, as…
user595985
  • 1,543
  • 4
  • 29
  • 55
0
votes
1 answer

Batch ticket modification on Phabricator

I have many old tickets with open status on Maniphest and completely useless for now, How could I change status of all of them to resolved without changing one by one?
Mark K.
  • 1,969
  • 2
  • 16
  • 15
0
votes
1 answer

'Smart commits' in phabricator? Commit comment to associate to Maniphest

I have recently started using Phabricator, having been using Jira for past few years, and perhaps I am applying Jira thinking to Phabricator, but I cannot figure out how to make git commits be associated with a Maniphest task. In Jira, it is a case…
Magick
  • 4,603
  • 22
  • 66
  • 103
0
votes
1 answer

How to programmatically upload files to Maniphest ticket using Conduit?

i can't find the documentation anywhere for how to actually use the Conduit API. I'm able to create a task using some really weird methods, but once i create the ticket, i can't find any documentation about how to actually upload a file anywhere. i…
David T.
  • 22,301
  • 23
  • 71
  • 123
0
votes
1 answer

Custom bool field in phabricator

I'm adding a custom boolean field to maniphest and it's working fine. But i need queries to filter on that value, and it does not work. Can anyone help me with this ? Custom field: {"sql":{"name":"Has…
josete
  • 357
  • 1
  • 3
  • 15