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
2 answers

file_get_contents() returns an empty string when authenticating, otherwise fine

So, I'm new to working with API's and PHP, so bear with me. I'm trying to hit an API to authenticate into the site via GET parameters (as suggested in the API documentation). I'm trying to use file_get_contents() to return the authentication token…
rybo
  • 1,161
  • 2
  • 10
  • 14
0
votes
1 answer

How can I query custom fields with the Fogbugz API?

I'm using the Python fogbugz module to access the XML API: from fogbugz import FogBugz fb = FogBugz(url=S_FOGBUGZ_URL, token=TOKEN) respBug = fb.search( q=str(ixBug), …
Andreas Haferburg
  • 5,189
  • 3
  • 37
  • 63
0
votes
1 answer

Are Groups as referred to in the Fogbugz Web UI the same as Discussion Groups as referred to in the FogBugz-API?

Are Groups as referred to in the Fogbugz Web UI the same as Discussion Groups (CTRL+F "Discussion Groups") as referred to in the FogBugz-API?
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

Fogbugz Module for DotNetNuke?

Is there a Fogbugz Module for DotNetNuke? I googled it and couldn't find one.
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

How to get logged in user id

I am currently trying to find which id the logged in user has, but the documentation does not show any clue whatsoever indicating how this can be achieved. I need to know the logged in user id to tell whether or not the user is working on a case so…
Shadow
  • 4,168
  • 5
  • 41
  • 72
0
votes
1 answer

How to find out what your set working hours are in FogBugz?

I keep getting a message at work when I use FogBugz earily in the morning that says that I'm outside of working hours. How do I find out what these working hours are set to?
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

How can I have FogBugz show me cases with no recent activity?

I have a particular saved filter that shows me all cases in a specific project and area that are active and assigned to humans (by excluding some users that don't correspond to real people but are instead used for unrelated project management…
user197015
0
votes
1 answer

When saving FogBugz attachment, server always returns empty response (with some headers)

I'am trying to get case attachment to save in local folder. I have problem with using attachment url to download it, each time server returns empty results and status code 200. This is a sample url I use (changed host and token)…
marcinj
  • 48,511
  • 9
  • 79
  • 100
0
votes
2 answers

Logging bugs directly from app to FogBugz

I have several WPF apps, and I want users to be able to log bugs directly from these applications into my FogBugz database. Is there any way this can be done? Also, how would I make it so that, when their case is resolved, the application tells them…
Dmitri Nesteruk
  • 23,067
  • 22
  • 97
  • 166
0
votes
1 answer

FogBugz api request for flat time estimates

I have a FogBugz application which gets data from their api and generates some reports. I need to get the hours estimate for each individual case I search for. From their API I can see that you get the hours, however those hours include all the ones…
Iustinian Olaru
  • 1,231
  • 1
  • 13
  • 33
0
votes
1 answer

Multiple or One Project for single team in Fogbugz?

We've been using Fogbugz for a few months now, and have about 6 projects (aside from the default Inbox project for incoming mail). We work in week-long sprints, so we have set up global milestones for each week to prevent having to enter them…
DonBecker
  • 2,424
  • 3
  • 25
  • 43
0
votes
2 answers

Getting the public access URL for a FogBugz case that was emailed in

We have FogBUGZ installed on FogBugz On Demand. I occasionally need to send an email containing a list of cases that were submitted via email to the person who originally submitted them. For this I would like to supply the original public access url…
TheEdge
  • 9,291
  • 15
  • 67
  • 135
0
votes
1 answer

Subversion: How to rerun post-commit scripts for all revisions?

We have installed an integration of our SVN repository with a bug tracker. The bug tracker is called from the post-commit hook to get information about the tickets closed in a commit. Since we have been using the bug tracker for a lot of commits, we…
Christopher Oezbek
  • 23,994
  • 6
  • 61
  • 85
0
votes
1 answer

Fogbugz API Rich Text sEvent

There was a past post from 5 years ago FogBugz -- Case detail (rich text) that stated that Fogbugz API does not support rich text. Does that still stand true today? I able to do plain text fairly easily using sEvent query param. Thanks!
Matthew Hartz
  • 271
  • 3
  • 14
0
votes
0 answers

FogBugz and Git Integration

I'm trying to integrate Git with FogBugz. I have tried following their guidelines here: http://help.fogcreek.com/8048/integration-with-git but it seems this only works with GitHub. Does anyone know of a way to integrate directly on a Git…
V4n1ll4
  • 5,973
  • 14
  • 53
  • 92