How do I add a menu item next to the "Working On" drop down? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2013-05-22T00:55:17Z http://fogbugz.stackexchange.com/feeds/question/10610 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/10610/how-do-i-add-a-menu-item-next-to-the-working-on-drop-down How do I add a menu item next to the "Working On" drop down? Nick 2012-07-19T12:51:29Z 2012-07-19T14:35:40Z <p>I'd like to be able to add a menu item in my Plugin next to the "Working On" drop down. A Plugin that already does this is the Kanban board, but I can't get the code so I don't really know how they did it.</p> http://fogbugz.stackexchange.com/questions/10610/how-do-i-add-a-menu-item-next-to-the-working-on-drop-down/10612#10612 Answer by db for How do I add a menu item next to the "Working On" drop down? db 2012-07-19T14:35:40Z 2012-07-19T14:35:40Z <p>This is not currently supported via the API.</p> <p>That being said, the Kanban board plugin works around this by sending down some JavaScript that injects an additional item next to the "Working On" menu client-side.</p> <p>Just keep in mind that because this isn't part of the API, adding menu items via client-side JavaScript is a brittle solution (i.e., we could change the DOM structure at any time and thus break your menu items).</p>