Questions tagged [fogbugz]

FogBugz is a bug tracker and issue tracker made by Fog Creek Software.

Official website of FogBugz. It's possible someone on stackoverflow.com could answer your question, but the quickest and surest way to get an answer is on the support site.

There's more information on building plugins and the XML API as well on the support pages.

174 questions
0
votes
1 answer

How to retrieve a list of all articles of Fogbugz-wiki that have a certain tag?

Via the Fogbugz REST API I try to get all articles with a certain tag. I wrote some code in python to get it but I got "zero" as result. Here is my code: import requests ... some code to log in ... req_params={"cmd": "search", "token":…
madi
  • 1
  • 1
0
votes
1 answer

Ship dates of simultaneous projects in fogbugz

I am currently working on two projects, and I am using Fogbugz to keep track of my cases. My question is: if I enter one month worth of estimated work for each project, will Fogbugz estimate that the ship dates for the two projects will be TWO…
gsmendoza
  • 385
  • 1
  • 5
  • 12
0
votes
1 answer

FogBugz Plugin Conversion to URL Trigger

I am trying to convert a FogBugz plugin as they are being deprecated. I am trying to convert it to their new URL Trigger. In the page where I configure the trigger is gives me a number of parameters that can be appended to the url string - happy…
Trevor Daniel
  • 3,785
  • 12
  • 53
  • 89
0
votes
1 answer

RegEx to integrate Fogbugz with TeamCity

I'm trying to integrate Fogbugz issue tracking with TeamCity and I'm struggling to get the regex correct. We usually mark the case in the check in comment like "BugzID: 1234" but I'd like to get a regex that doesn't care about capitalization, or if…
user2097151
  • 131
  • 1
  • 6
0
votes
1 answer

FogBugz Screenshot does not start up at boot

Some of our FogBugz users experience that the Screenshot tool does not start-up automatically at boot. The quickest work-around is to re-install it. Any ideas on what causes this to happen? And how to prevent it from happening?
Jens
  • 409
  • 4
  • 11
0
votes
1 answer

Change the default "category" of a new case in FogBugz

In our FB configuration a new case is category = "Bug" per default. I would like to change that to "Inquiry". How to do that?
Jens
  • 409
  • 4
  • 11
0
votes
1 answer

How can I see which user is working on what task in Fogbugz?

I am trying to see which tasks users are working on in FogBugz. How can I do so?
user3188781
0
votes
3 answers

HelpSpot to Fogbugz to HelpSpot integration

Does anyone have a nice example of integration between HelpSpot and Fogbugz? We're using HelpSpot as our customer facing software and ticket management, and then if a developer needs to work on a ticket the data will be pushed to Fogbugz. Obviously…
0
votes
1 answer

FogBugz, WebSVN & Cygwin - Diffs Not Being Generated

I can appreciate what I'm about to ask is a bit specific and a small niche but if you could provide some help you might actually let me keep some of my hair! I originally posted the query over on the FogBugz technical support page, but haven't had…
Matt Woodward
0
votes
1 answer

Fogbugz: Is there a way to search for all cases that a specific user made a specific edit

For example, search for editedBy: madeChange:"changed estimate field" (possibly: editedOn:Yesterday). Is this possible?
Guy
  • 14,178
  • 27
  • 67
  • 88
0
votes
3 answers

How often do you Upgrade your Bug Tracking System / Software

I am using Fogbugz as my Bug tracking software, and was thinking on a schedule so that I can upgrade my Bug tracking software once in a while according to that schedule. I was just curious on how others are doing their upgrades, and how often. It…
Mahesh Velaga
  • 21,633
  • 5
  • 37
  • 59
0
votes
1 answer

SVN post-commit hooks have stopped working after upgrading to FogBugz 7

Our company have recently upgraded our FogBugz installation to version 7, downloaded the latest post-commit files, and followed the latest instructions on integrating SVN with FogBugz (to get lists of modified files for each case.) However, I've…
Jim McKerchar
  • 156
  • 2
  • 8
0
votes
1 answer

Log into FogBugz through c# application

I am trying to login into fogbugz using my c# application.I am using FogBugz XML API. The code that I am currently using is:
Email:
LearningToCode
  • 153
  • 1
  • 5
  • 19
0
votes
1 answer

How to add a custom field to the Project administration page using the FogBugz plugin API?

I'd like to add a custom field to Projects in FogBugz and have that field show up in the project administration page. This way, when a user creates a new project, or edits an old one, the field can be edited immediately. My only other alternative…
Soviut
  • 88,194
  • 49
  • 192
  • 260
0
votes
2 answers

SQL Server 2008 stops responding after webserver inactivity

I've recently setup a couple servers with the intention of moving our websites on to them. One is Windows Web Server 2008 and the other is Windows Server 2008 Standard running Sql Server 2008. The first thing I installed was FogBugz, and everything…
Timothy Strimple
  • 22,920
  • 6
  • 69
  • 76
1 2 3
11
12