Questions tagged [fogbugz-on-demand]

a hosted tool for solo or team bug tracking, task management, and project planning

Fogbugz on Demand is a tool for solo or team bug tracking, task management, and project planning, created by Fog Creek software. It offers automated bug reporting, email processing, and tight integration with git and mercurial repositories hosted in Kiln. In addition, it offers various APIs and third-party plugins.

Use this tag for discussions related to the Fogbugz on Demand service. For discussions of self-hosted Fogbugz installations (Fogbugz for Your Server), use the fogbugz tag.

15 questions
10
votes
2 answers

Timesheet reporting in FogBugz?

Currently it's a big PITA to create timesheet report for say a week or month in FogBugz... maybe someone knows about a plugin to that for you?
xelurg
  • 4,294
  • 9
  • 35
  • 37
9
votes
4 answers

FogBugz On Demand + online source control at low/no cost?

I have a project in the free hosted FogBugz On Demand (FOD) product right now. This is great for feature/issue tracking. But I've been working from a codebase that is solely on my development machine. I'd like to collaborate with another guy who is…
quux
  • 660
  • 1
  • 10
  • 22
6
votes
2 answers

Parsing XML with CDATA with JQuery

Edit: I was missing two things here. The lack of "Content-Type:text/xml" in the header returned by the AJAX call was preventing JQuery from treating the returned data as a document. Once that was handled correctly, this code parsed correctly and…
Rich Armstrong
  • 1,432
  • 2
  • 16
  • 20
4
votes
1 answer

BugzScout in hosted Fogbugz

Is it possible to use BugzScout in the fogcreek-hosted version of Fogbugz?
Christopher Mahan
  • 7,621
  • 9
  • 53
  • 66
4
votes
1 answer

Using a sub-domain of website to login users

Fogbugz-on-demand, 37 signals, and PB-Wiki all use sub-domains with custom url's for each group of users to access their login page. So it doesn't even seem possible for a user using those services to login to a generc login (that any user of the…
MikeN
  • 45,039
  • 49
  • 151
  • 227
3
votes
1 answer

Any way to import all cases from one FogBugz account to another (both hosted)

Question says it all. I have two accounts on two separate hosted fogbugz-on-demand. One holds all the cases that needs to be moved to the other. I have admin access on both. Can I do this?
mindless.panda
  • 4,014
  • 4
  • 35
  • 57
3
votes
1 answer

VS 2010 addin for Fogbugz?

I'm starting a project in Visual Studio 2010 and I'd like to use FogBugz in conjunction with it, but the addin supplied appears to be for VS 2008. Is there a version that works with 2010? [crosses fingers and hopes Joel answers ;)]
RCIX
  • 38,647
  • 50
  • 150
  • 207
2
votes
1 answer

Is it possible to tell BugzScout to stop reporting on a specific exception or set FogBugz to stop tracking that exception?

We have an exception that pops up on our website that is getting reported to BugzScout many times a day. The functionality that produces the exception still does what it's intended to do, so we just want to stop FogBugz from piling up all of these…
Brent Keller
  • 1,385
  • 1
  • 12
  • 17
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
1
vote
0 answers

TortoiseHG: Abort: authorization failed - blocking?

I'm currently facing an issue with respect to connecting to a repo through kiln. I have two machines on the same network, one is running Windows Server 2016, the other is running Windows 10. Both machines are running TortoiseHg 4.3.1 and Mercurial…
1
vote
0 answers

How to change the squad parameter of ticket from FB Python API

I am using Fogbugz Python API, and I want to change the squad parameter of my ticket. Did the below change through Fogbugz UI. Squad changed from (No Value) to 'x'. but when I am doing, fb.edit(ixBug=75268,sSquad="Security…
Harshdeep Singh
  • 327
  • 1
  • 5
  • 18
1
vote
1 answer

Fogbugz database schema management

This is a very simple question, and maybe the man himself can provide insight on this :) Does anyone know the pseudocode behind how Fog Creek does database schema management? I'm running into an issue and I'm trying to figure out if I'm handling it…
Richard B
  • 1,581
  • 1
  • 15
  • 31
1
vote
2 answers

Any way to hack FogBugz On demand to SSO?

I will launch soo a new iPhone app and want to off-load the forums to my actual FogBugz On Demand account. However, I discover that FOD have no facility to integrate Single sing-on. I use django and have the option to use open-id, but not know if…
mamcx
  • 15,916
  • 26
  • 101
  • 189
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
1 answer

How do I export Fogbugz items to TFS 2012 work items?

I have a list of project and bug items in fogbugz. I would like to export them into TFS instead of using the VS Fogzbug tool. Is there a tool available to do this?
ATL_DEV
  • 9,256
  • 11
  • 60
  • 102