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
2
votes
1 answer

Does FogBugz offer an API for managing User Groups?

Fog Bugs User Groups are described in their help articles, but the FogBugz API Documentation does not mention a method for interacting with them. How can I add and remove users from a FogBugz UserGroup programmatically?
Dan O'Boyle
  • 3,676
  • 5
  • 28
  • 44
2
votes
2 answers

Fogbugz Duplicate Cases

I am using FogBugz free hosting to manage my project bugs, I also have several customers I create custom software for, been using FogBugz to keep everything organized. Question I have is, there are times where they send me an email with a bug, so I…
jaekie
  • 2,283
  • 4
  • 30
  • 52
2
votes
1 answer

Fogbugz: A way to pre-fill custom fields via HTTP post?

Greetings! Situation: We have a CRM system that generates unique customer IDs. Now we added a field "customer match code" to our Fogbugz cases, using the Custom Fields Plugin. In the CRM we have a button "Add case to customer" that launches a VB…
Robin
  • 1,658
  • 15
  • 26
2
votes
2 answers

fogbugz vs. OTRS

I'm looking for a simple solution for support case management. The final nominees are Fogbugz and the open source OTRS.
ofer
  • 4,366
  • 9
  • 38
  • 39
2
votes
0 answers

Find all Persons with fogbugz api

Is there a way to get a list of all Persons using the Fogbugz API? I'm currently using a search for cases: var api = new FBApi(email, password); string cases = api.Search("edited:\"" + datetime + "\"", "ixBug"); Is there something similar for…
dkmt
  • 33
  • 1
  • 1
  • 5
2
votes
2 answers

fogbugz: Is there a way to view the history of a case using the api

I want to get all the history of a case. Is this possible through the api?
Guy
  • 14,178
  • 27
  • 67
  • 88
2
votes
1 answer

Can I use the URLTrigger plugin for FogBugz with TestRail?

We're using TestRail and FogBugz. I found this trigger today: http://help.fogcreek.com/7755 The URL Trigger Plugin allows you to specify an HTTP request to be sent to a specific URL when events occur in FogBugz. To create a URLTrigger, select…
XtinaS
  • 194
  • 3
  • 15
2
votes
1 answer

Why is the Fogbugz API not allowing me to logon?

I can't seem to logon to the FogBugz v8 API with my credentials. Our system is setup to use Active Directory. Does it not allow this?
Agile Jedi
  • 2,922
  • 2
  • 18
  • 17
2
votes
2 answers

Tried redmine and trac, but none of them allows me to share milestones and bugs between projects

Do you know a good alternative to redmine or trac which allows such a feature? I've also tried fogbugz, but is too poorly integrated with the svn repository browsing (and there is no sign of code review support).
Alex Rades
  • 79
  • 3
2
votes
1 answer

How to attach files via ASP.net application to FogBugz with C#

I have an ASP.net application that allows the users to report bugs and attach files. The bug together with its detail and attachments should be saved in FogBugz. I have managed to create everything except the file attachment part. here is my…
Haleh
  • 21
  • 3
2
votes
2 answers

How do I do Evidence Based Scheduling (EBS) for multiple tasks and unknown developers?

I am trying to get my head around the Evidence Based Scheduling (EBS) approach used in FogBugz and I have read Evidence Based Scheduling several times. What I do understand is the general idea, why Monte-Carlo is used, and so on ... And I can also…
Golo Roden
  • 140,679
  • 96
  • 298
  • 425
2
votes
1 answer

Bulk time entry into timesprite / fogbugz

Is there a good way to import time data into either timesprite or fogbugz? Both seem to have very clunky interfaces for adding single items at a time. What I want is a spreadsheet-style format that I can enter a bunch of rows and suck them in. …
Cory
  • 22,772
  • 19
  • 94
  • 91
2
votes
1 answer

FogBugz - Filter List by date range using BETWEEN

Is there a way in FogBugz to filter a list of cases which have been opened/resolved/closed between a given date range? Thanks in advance!
Robert W
  • 2,921
  • 7
  • 34
  • 42
2
votes
1 answer

FogBugz - Include all cases assigned to myself and Project <> "Project A" and Project <> "Project B"

Is there a way in FogBugz to create a filter which is: [All] [open] [cases] assigned to [Developer A] with the exception of 1 or more projects. I've had a trawl through Google and the FogBugz forums but couldn't find anything. Thanks in advance!…
Robert W
  • 2,921
  • 7
  • 34
  • 42
2
votes
2 answers

Are there any security implications when embedding a username/password in an rss feed URL?

I noticed that when I added the FogBugz RSS Feed to my iGoogle page I had to embed my username and password in the feed URL. So are there any security risks associated with doing this? EDIT: Yes, my question should have specifically stated https and…
David Glass
  • 2,334
  • 1
  • 25
  • 35