Questions tagged [bugtracker.net]

BugTracker.NET is a free, open-source, web-based bug tracking and general purpose issue tracking application.

BugTracker.NET is a free, open-source, web-based bug tracking and general purpose issue tracking application. It was created by Corey Trager starting in 2002, using ASP.NET, C#, and Microsoft SQL Server.

BugTracker.NET is free software, licensed under the terms of the GNU General Public License (GPL). It is built on other open source software including the full text search engine Lucene.NET, the rich text editor CKEditor, the JavaScript library jQuery, and the MIME parser SharpMimeTools. It supports version control integration with the open source version control systems Subversion, Git, and Mercurial.

9 questions
5
votes
2 answers

SQL Server - Get first date in a week, given the week number?

I've got a query (for use in bug tracker.net) that calculates the number of bugs by week by status. But the query returns the week number, what I really want is the first date of the week select datepart(wk, DateAdd(day, 0, DateDiff(day, 0,…
JK.
  • 21,477
  • 35
  • 135
  • 214
2
votes
1 answer

Removing Bugtracker Integration from SVN\Visual Studio

I have used TortoiseSVN_integration.bat to integrate SVN with Bugtracker and ultimately Visual Studio. svn propset -R bugtraq:label "BugTracker.NET ID:" . svn propset -R bugtraq:url "http://DOMAINNAME/edit_bug.aspx?id=%%BUGID%%" . svn propset -R…
JustAGuy
  • 5,151
  • 11
  • 41
  • 55
1
vote
0 answers

Connecting to Mantis Bug Tracker via .Net

I tried to connect and add an issue to Mantis Bug Tracker serwis, but no success. I am using .Net Framework 2.0(Compact FrameWork). My Bug Tracker Service have a few projects and i want to add issue to specific one including user, time and…
1
vote
4 answers

How to submit bugs to BugTracker.NET from C# application?

Reading the documentation page of BugTracker.NET BugTracker.NET API Documentation I realized that I need to use GET or POST which, I have to admit, I'm not very good at. I was wondering: Is there a library that could be used to easily submit bugs…
Amr
  • 1,935
  • 2
  • 19
  • 29
0
votes
0 answers

Integrating MS Project with Bug Tracker .NET

I am using MS Project and Bug traker .NET http://ifdefined.com/bugtrackernet.html for resource and project management. There are few number of projects which are on MS Project and on Bug Tracker. Here I need a plug-in/add-in wherein I could…
0
votes
3 answers

Setting up BugTracker.NET complete noob

This is my first ASP.NET project and I'm stuck right away. I'm setting up a bugtracker on a remote webhotel but I can't get the connectionstrings to work. If we say that my host is called hosting.org and my website would be www.trallala.com what do…
user185005
0
votes
2 answers

Accept Certificate for SVN from BugTracker.Net

I'm trying to integrate SVN with BugTracker.NET. On the page that accesses SVN I get the error "Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted". I'm using VisualSVN Server for the SVN…
pauloya
  • 2,535
  • 3
  • 30
  • 50
0
votes
1 answer

How to take backup of BugTracker.net?

I want to take backup of BugTracker.Net hosted on my local and restore it to a new machine ? Has any one clue about this ? Thanks
Baljeetsingh Sucharia
  • 1,990
  • 1
  • 19
  • 37
-3
votes
1 answer

Is the Bugtraker .NET tools is free tool or paid up one?

I want to use Bug tracker .net tool for defect tracking. But in this tool there is no report option. Any one can please suggest me, whether the Bug Tracker .NET tool for defect tracking is free tool or we need to pay to access this tool. Thanks in…
Sushilareddy
  • 121
  • 1
  • 3
  • 19