Tagged Questions

0
votes
0answers
5 views

(Plugin) How do I read the tags of a case when it is edited?

Is there any way I can read a cases tags in a plugin when it's edited? I'm currently using IPluginBugCommit.BugCommitAfter, however it seems to only contain a list of added tags (r …
1
vote
1answer
45 views

How do I dynamically filter cases by column value with API?

Using the XML API, is it possible to retrieve a subset of all cases based on certain case properties? For example, I would like to be able to retrieve only the cases assigned to …
0
votes
0answers
6 views

Keep a seperate Wiki Create Date field.

I've run into a problem with the way the wiki's are stored. To create a report of just the Wiki articles created, you have to join the revisions and wikipage tables. If each page …
0
votes
1answer
22 views

xml api :cols does not return sTags

The ruby code I'm using (in conjunction with https://github.com/firmafon/ruby-fogbugz ): ticket = fogbugz.command(:search, :q => number, :cols => 'sTitle,sTags') sTitle is return …
1
vote
1answer
57 views

Importing Closed cases and cases with Resolved statuses

We are migrating our bugs to FogBugz, and I have had success importing open bugs via the API. However, I tried creating a case via the API that is Closed Resolved using the ixStat …
0
votes
1answer
44 views

Generate ticket from a web app

Hello, Is there an easy way to generate a ticket from a web app, to have a feedback form? I see using FogBugz API I can create a ticket, but that uses a specific user and password …
1
vote
2answers
89 views

Feature Request: A Solid Ruby API Wrapper

You mention a ruby gem for fogbugz access, but there is no code associated with it. There is a gem on github https://github.com/austinmoody/ruby-fogbugz-api with 14 forks. None o …
0
votes
0answers
8 views

Is there a way to add an WHERE a OR b type clause using the CSelectQuery?

I'm trying writing a wiki plugin that includes the ability to filter by a list of tags. I need something that can process the following types of queries: SELECT * FROM Tags WHERE …
1
vote
0answers
28 views

Feature Request: Plug-in API for injecting code into user defined workflows

I got asked today to write a plug-in for my company that implemented some functionality whenever a case of a certain category got closed. I'll probably be able to knock this out …
1
vote
1answer
161 views

Using API to report on a Service Level Agreement (SLA).

Our organization has a need to begin producing SLA (http://en.wikipedia.org/wiki/Service_level_agreement) reports for some clients. The logical starting point for us is 'time to …
0
votes
1answer
65 views

Add an fIncludeDeleted=1 option to the cmd=listIntervals API call

I'm trying to extract time sheet data from FogBugz, via the XML API, in to my own system. I've hit a snag though: when someone deletes an interval that I previously pulled in to m …
0
votes
0answers
23 views

Is there an API method/interface to add item to context menu in cases grid view?

Can I add some custom items to context (pop-up) menu that appears when I click on case in cases grid view? I want my plugin to be able to add some custom items. It it possible?
0
votes
0answers
18 views

Feature Request: Add a measurement of velocity (for each user) to the FogBugz API

We want to be able to use the API to calculate resource availability, and the way that we'd like to do this is by adding up the remaining time for all cases a user has assigned to …
0
votes
1answer
55 views

“Pagination” of API search results when specifying max parameter

Is it possible to retrieve a subset of the query? Similar to using the next and previous page links in the UI?
0
votes
1answer
120 views

Bug Created via API are not Sending Notifications

Hello everyone, Our support team uses SugarCRM to track and manage their support cases, but our development team uses FogBugz. Because of this, we've built an integration between …

1 2 3 4 next
15 30 50 per page