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
1
vote
1 answer

FogBugz -- Case detail (rich text)

Does FogBugz supports rich text capabilities, specifically in the case detail (textarea) when trying to add New Case? Thanks in advance.
Sha Le
  • 231
  • 2
  • 4
  • 9
1
vote
1 answer

Adding a comment to a Fogbugz case using the Fogbugz API

In the Fogbugz UI, new comments are added to an existing case by clicking "Edit" and then entering your comment. Is there a way of adding a comment to an existing bug via the Fogbugz API? I've been using the API in conjunction with FogbugzPy and I…
Talvalin
  • 7,789
  • 2
  • 30
  • 40
1
vote
2 answers

Does Team Foundation support cross-app workitem groups?

We're currently using Visual Source Safe and BugNet and looking to migrate up and away from VSS. I've been pushing for either SVN ( a) we're an ASP.NET shop, b) DCVS is not an option - no matter how much I like Hg ;-) or TFS. Well we finally got a…
jcolebrand
  • 15,889
  • 12
  • 75
  • 121
1
vote
1 answer

FogBugz - Estimate & EBS

I have a FogBugz question regarding EBS (Evidence Based Scheduling)... Developer A estimates Case A at X amount and Developer B ends up taking over Case A before Developer A can get started and before time has been logged against it. If Developer B…
J.C.
  • 2,102
  • 1
  • 19
  • 28
1
vote
2 answers

Mercurial repository cleanup preserving Kiln/Fogbugz history

TL;DR Version: Is it possible to reorganize a Mercurial repo without breaking Kiln/Fogbuz history? Or do I have to start fresh? I have a repository that is a real mess, in need of some serious cleanup, and am trying to figure out how best to do it.…
elixenide
  • 44,308
  • 16
  • 74
  • 100
1
vote
1 answer

Is there a way to automate the generation of FogBugz "Release Notes" report?

My company uses Jenkins to do an automated daily build, and FogBugz to track and document our bug fixes. This all works well. When we've finished testing a Release Candidate and are ready to publish it to the world, we use FogBugz' Release Notes…
Jeremy Friesner
  • 70,199
  • 15
  • 131
  • 234
1
vote
2 answers

Fogbugz XML_API PHP CURL File upload

I have built a php script which receives values in $_POST and $_FILES I'm catching those values, and then trying to use CURL to make posts to FogBugz. I can get text fields to work, but not files. $request_url =…
user63042
1
vote
1 answer

Replace text in all wiki-s

Is it possible to replace some text in all wiki's/cases on fogbugz server? I have lots of wikis which have links to other wikis but links were created using ip address of old server, now server changed and all those links are dead.
marcinj
  • 48,511
  • 9
  • 79
  • 100
1
vote
0 answers

Counting incoming mails from Fogbugz

For analysis purposes, I would like to count how many mails have bee received within my Fogbugz installation for each of sUser mailboxes within my dbo.Mailbox table. Is this at all possible? I had achieved this previously by parsing the mail…
james_dean
  • 1,477
  • 6
  • 26
  • 37
1
vote
1 answer

Fogbugz API Creating a Milestone

According to the API Documentation, you can create a new milestone using the command newFixFor. I'm using the command, and it returns the created milestone successfully. However, when I go into fogbugz and view the milestone under projects, it is…
claudio
  • 1,465
  • 16
  • 26
1
vote
1 answer

link a Kiln commit to a fogbugz ticket

I have a kiln repo and a FB system. They are integrated, so that when I commit something, if I include "Case 333" in the commit message, it will link to Fogbugz ticket 333. How do I do this from the other side? If I forgot to add the case number,…
Brian Postow
  • 11,709
  • 17
  • 81
  • 125
1
vote
1 answer

Fogbugz query to show all of my closed tickets?

I'm new to fogbugz, so I may be making some incorrect assumptions. However, my understanding is that when a ticket is Closed, then the assigned To field becomes "Closed". How can I search for all of the tickets for which I was the assigned person…
Brian Postow
  • 11,709
  • 17
  • 81
  • 125
1
vote
1 answer

Need a specific operation to be performed on Fogbugz api

I need to get some very specific information from the FogBugz API. Although I can spend time with the API documentation but I was just wondering if folks here had experience with it and might offer some help. I need this information - for a given…
Kumar Vaibhav
  • 2,632
  • 8
  • 32
  • 54
1
vote
1 answer

cURL not bringing back values

I am using cURL through a PHP file to create a fogbugz case using values I will pull from the current ticket. Right now I am only trying to display the token received when a user logs into fogbugz and I am not getting any values from the…
1
vote
1 answer

Is there fogbugz integration with Splunk, similar to the Jira integration?

The Jira integration is mentioned in http://splunkbase.splunk.com/apps/All/3.x/Operations/Change_Management/app:Splunk+for+Jira
kretch
  • 51
  • 1