Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a task as a bug in Phabricator

Tags:

phabricator

I am new to phabricator.

I am trying to create a bug on Phabricator for a project.

All I am seeing is create a task. No sub category of that task that whether it is a bug/backlogItem etc.

Thanks in Advance

like image 654
Mozak Avatar asked Nov 28 '25 05:11

Mozak


2 Answers

In Phabricator you don't have bugs as separate thing. All are tasks. You can think that bug are task with high priority.

Although you can add a custom field to indicate if they are bug, improvements or what you want. If you want to know more about custom fields, so you can add a field "type", see https://secure.phabricator.com/book/phabricator/article/custom_fields/.

like image 140
PhoneixS Avatar answered Nov 29 '25 23:11

PhoneixS


You can now set task type while creating a task

enter image description here

like image 35
Mozak Avatar answered Nov 30 '25 00:11

Mozak