=== BuggyPress === Contributors: jbrinley Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A69NZPKWGB6H2 Tags: bug-tracking, issue-tracking, case-management Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 0.2.0 A simple bug-tracking/issue-tracking/case-management system. == Description == A simple bug-tracking/issue-tracking/case-management system. Create new issues just as you would a post. Each issue can be assigned a status, priority, and issue type. Issues can be assigned to specific users on the site. Projects are stored in a separate taxonomy. Issues can be assigned to projects just as you assign posts to categories. Issues can be update or reassigned through the comment form. Created by [Adelie Design](http://www.AdelieDesign.com) == Installation == 1. Download and unzip the plugin 1. Upload the `BuggyPress` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Create new issues (the Issues menu is just under the Posts menu) = Upgrading to 0.2 from 0.1.x = There is no clean upgrade path from version 0.1.x to newer versions of BuggyPress. The Project taxonomy has disappeared, and has been replaced with Project posts. All projects will have to be re-created, and issues will not be automatically associated with projects. After upgrading be sure to visit your permalinks settings page to update permalinks. Then visit the BuggyPress options page to designate permissions for Projects. Want to write an update script to fix this? Let me know. I'll be happy to include it in the plugin (or make you a committer, if you're so inclined). == Frequently Asked Questions == = How do I see a list of projects? = See all of your projects at http://example.com/projects/ = How do I see a list of issues? = See all of your issues at http://example.com/issues/ Issues for a particular project can be found at http://example.com/project/your-project-name/ A specific issue has a URL such as http://example.com/project/your-project-name/issue/your-issue-name/ = My comment form doesn't have options to update issues. = Your theme must implement the [`comment_form` template tag](http://codex.wordpress.org/Template_Tags/comment_form). Otherwise, the plugin will not be able to modify the comment form to insert the necessary fields. = How do I attach files to a comment/update? = BuggyPress doesn't yet support this. You might try another plugin, like [Easy Comment Uploads](http://wordpress.org/extend/plugins/easy-comment-uploads/) to add this functionality. = Is this compatible with multi-site installs? = Yes. Each site will have its own projects and its own issues. = Where can I get support? = Contact [Adelie Design](http://www.AdelieDesign.com) at [http://www.AdelieDesign.com](http://www.AdelieDesign.com) == Changelog == = 0.1 = *Initial version = 0.1.3 = *Confirmed WP 3.0 compatibility *Moved Issue Details box to sidebar *Updated documentation = 0.2 = *Replaced the Project taxonomy with Project posts *Added archive pages for Issue and Project post types *Added issue list to project pages *Bypassed WP's duplicate comment check when changing issue metadata