> -----Original Message----- > From: [email protected] On Behalf Of fiona > Sent: 17 June 2011 03:06 > To: Trac Users > Subject: [Trac] how to get the list of assigned open issues? > > I download issue-tracer-plugin/ExampleCsPlugin, when I install it, it > list the default ticket like: > 12, "Service doesn't start on Windows Vista" > 19, "About box doesn't render correctly in large fonts mode" > > I want to know how I can get the list of the open issues assigned to > me from trac?
OK, it took me a little searching to discover that "ExampleCsPlugin" is actually an example C# project for a TortoiseSVN issue tracker integration plugin. The plugin is not complete and does not actually implement a link to Trac or any other such tool. For more information, read http://tortoisesvn.googlecode.com/svn/trunk/contrib/issue-tracker-plugin s/issue-tracker-plugins.txt In other words, you will need to do some programming to get ExampleCsPlugin to work with Trac. Perhaps someone has done the work and is willing to share it? ~ mark c -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
