fogbugz

Insert a Link Using CSS

烈酒焚心 提交于 2020-01-08 14:37:20
问题 I'm hand-maintaining an HTML document, and I'm looking for a way to automatically insert a link around text in a table. Let me illustrate: <table><tr><td class="case">123456</td></tr></table> I would like to automatically make every text in a TD with class "case" a link to that case in our bug tracking system (which, incidentally, is FogBugz). So I'd like that "123456" to be changed to a link of this form: <a href="http://bugs.example.com/fogbugz/default.php?123456">123456</a> Is that

Exporting case details from FogBugz

核能气质少年 提交于 2020-01-04 02:36:08
问题 We are seeking to create a snapshot of all our FogBugz data however the GUI only seems to allow to export the top level list of cases, not their detail/attachments. Searching around the only solutions I can find relate to apps that are now out of date. 回答1: I found this very hard to find any help on but eventually I figured out how to write a script to do this and wanted to share it. Please note I'm not a Python programmer nor a HTML/CSS guy so no flaming please! It started as a sample script

Scrum and Fogbugz [closed]

…衆ロ難τιáo~ 提交于 2019-12-31 08:12:49
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . Anyone out there using Fogbugz and Scrum together? We use Fogbugz extensively, and I'm looking for ideas from anyone who may be using it as part of Scrum. I found these two items, but they are archived and unvailable for further discussion. I'm specifically interested in

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

我怕爱的太早我们不能终老 提交于 2019-12-25 15:55:53
问题 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 it returns. A redirect to the URL outputs the token in XML format. However, when I do the following, it returns an empty string. How can I return the full XML output? $token = file_get_contents('http://example.com/api.asp?cmd=logon&email=xxx

Is Kiln for your server being retired? [closed]

萝らか妹 提交于 2019-12-20 11:55:13
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I was looking into the Kiln Harmony feature and saw that FogCreek only advertises it in On Demand. In the "How do you get it" section they don't even mention that it is not available for the On Premise version. So I went looking for details of the "Kiln on your Server" pricing to see what was included. I can't

Integrating Fogbugz with TortoiseSVN with no URL/Subversion backend

删除回忆录丶 提交于 2019-12-20 08:44:57
问题 I've got TotroiseSVN installed and have a majority of my repositories checking in and out from C:\subversion\ and a couple checking in and out from a network share (I forgot about this when I originally posted this question) . This means that I don't have a "subversion" server per-se. How do I integrate TortoiseSVN and Fogbugz? Edit: inserted italics 回答1: I've been investigating this issue and have managed to get it working. There are a couple of minor problems but they can be worked-around.

Anyone soloing using fogbugz? [closed]

↘锁芯ラ 提交于 2019-12-18 10:48:32
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Is there anyone working solo and using fogbugz out there? I'm interested in personal experience/overhead versus paper. I am involved

What do you use as a good alternative to Team System?

房东的猫 提交于 2019-12-18 10:41:09
问题 I would like to gauge what solutions other people put in place to get Team System functionality. We all know that Team System can be pricey for some of us. I know they offer a small team edition with five licenses with a MSDN subscription, but what if your team is bigger than five or you don't want to use Team System? 回答1: I'm stunned that nobody has mentioned the free and excellent TeamCity product from JetBrains. It includes: Continous Integration Software Build management Project

Parsing XML with CDATA with JQuery

纵然是瞬间 提交于 2019-12-17 16:29:21
问题 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 output just the index and project name. $("a.getprojects").click(function(d){ d.preventDefault(); var api_token = $("#token").val(); var form_fbod = $("#fbod").val(); $.post("fbinfo.php", {fbod: form_fbod, token: api_token, cmd : 'listProjects', extra

Is it possible to add a flash video on a fogbugz wiki page [closed]

家住魔仙堡 提交于 2019-12-13 22:18:06
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I want to add a screencast to a fogbugz wiki page. Is it possible, and how? 回答1: Currently I don't believe it is possible to "embed" a screencast. You can add it as an attachment, but I don't think that's what you're trying to do. Also, a better place to ask FogBugz related questions is here: http://support