How do I add a menu item next to the "Working On" drop down? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-22T00:55:17Zhttp://fogbugz.stackexchange.com/feeds/question/10610http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/10610/how-do-i-add-a-menu-item-next-to-the-working-on-drop-downHow do I add a menu item next to the "Working On" drop down? Nick2012-07-19T12:51:29Z2012-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#10612Answer by db for How do I add a menu item next to the "Working On" drop down? db2012-07-19T14:35:40Z2012-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>