up vote 8 down vote favorite
share [g+] share [fb]

When I create an Issue Tracking list in SharePoint, I am unable to remove the Categories choice field that it adds by default as part of the Issue content type. I looked in the list definition but I can't find anything explicit about not allowing the column to be deleted. Does anybody know why the Delete button isn't showing up? Is there a way to delete this field?

link|improve this question
feedback

5 Answers

Toni's solution did work, but be careful- this will also remove the category field from EVERY ISSUES TRACKING LIST being used currently and any future ones created.

link|improve this answer
feedback

I know that I have had a similar issue with field in a variety of fields where once the field is added, it is not possible to remove it.

Sometimes it is possible to create code to delete the field, but in most of the situations I have come across we have had to hide the field to prevent it from appearing.

This requires moving to using Powershell and the SharePoint object model to make the changes.

In most of our implementations, we have found it much better to create a custom solution with a custom feature that adds the custom lists and fields using the XML format for doing this. A list template can then be create exactly for what you need.

Doing it this way gives us more control over the result in a repeatable manner.

link|improve this answer
feedback
  1. Go to: Portal > Site Settings > Site Content Type Gallery > Site Content Type
  2. Select Issue Content Type
  3. Select Categories
  4. Click Remove button on the new page

Worked for me, just tried it.

link|improve this answer
This will just remove the site column from the content type. I don't want to affect the site content type, I'm looking to just remove the column from a single list...or at least understand why I can't. – Bryan Friedman Sep 23 '08 at 23:25
feedback

I haven't found a way to delete the categories field from an issue tracking list in SharePoint, but I did find that it is possible to re-purpose it. You can change the pick-list values to whatever you want, including "Active", "Resolved" and "Closed".

It seems ridiculous to re-purpose the category field as the status field, especially since a status field is included in the issue tracking list by default. But you can delete the status field and then use the category field as a status field--which is probably used more often.

link|improve this answer
feedback

In the interest of time and retaining functionality, I decided to take the less obtrusive approach and renamed the Category Column to "." and made the default dropdown choice ".". It's barely noticable and quick/easy to do.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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