9

Possible Duplicate:
Can I change the number of available priorities?

I need more than 7 priorities. Can I add more either in the UI or directly in the database?

Fog Creek Case FC1858436

flag
see also removing priorities: fogbugz.stackexchange.com/questions/1877/… – adambox Feb 23 2010 at 20:41
2 
I'm curious how you are using priorities to need more than 7. – peterchen Apr 16 2010 at 7:30
peterchen, please see this answer below: fogbugz.stackexchange.com/questions/2162/… – adambox Apr 16 2010 at 17:23

closed as exact duplicate by Rich Armstrong♦♦ May 23 at 13:17

1 Answer

6

Although not officially supported, you can adjust the number of Priority options by modifying the database directly.

Note: If you want to reduce the number of priorities, please see this closely-related question.

To add additional priorities, you should follow these steps:

  1. Back up your database!
  2. Insert the new priority options you would like to have into the Priority table.
  3. Ensure one and only one row in the Priority table has its fDefault column set to 1.
  4. Force a refresh of the fragment cache by going to Admin -> Groups and editing a group without making any changes.

Note that if you are only looking to rename the existing priority options, this can be done by clicking on the logo in the upper left-hand corner of the website and then following the "Set priorities" link (or by navigating directly to http://[your fogbugz install]/default.asp?pg=pgListPriorities).

We have a case open to consider adding this ability to the UI for a future release. Please up-vote this question (not this answer) to show your support for adding this feature.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.