4

Is it possible to add new status codes to Fossil SCM besides Fixed,Tested,Closed etc?

Martijn
  • 13,225
  • 3
  • 48
  • 58
vfclists
  • 19,193
  • 21
  • 73
  • 92

1 Answers1

8

Yes.

The 'status' field of the ticket table is a text field, so basically, you can use any status you want.

You can change the list of statuses available in the ticket page's drop-down box:

  • go to the Admin page
  • click tickets
  • click Common.

On that page, you can edit the list of status_choices (amongst others). The order you specify here is the order the statuses will be shown in the drop-down box. If you want to include a space inside a status, put it between "double quotes".

When you're done editing, don't forget to click the Apply Changes button.

Martijn
  • 13,225
  • 3
  • 48
  • 58