6
votes
1answer
162 views
Request: API to list custom field options
It would be super handy if there were a way to use the existing XML API to see all of the different choices for each of the Custom Field columns. Even if it weren't using the exist …
0
votes
1answer
19 views
Feature Request: Wiki Article Type for Custom Fields
It'd be nice to have a custom field type for wiki articles. For example, we could create custom fields in cases like "Requirements" and "Specification" that would maintain links to …
5
votes
1answer
62 views
Feature Request: Allow custom fields to be editable on closed cases.
We've decided that to track which case belongs to which (released) version we are going to use the "Version" field in FogBugz.
The workflow is as following: Start each case with …
0
votes
2answers
52 views
SerializationException when trying to access CBugFieldPlugin.BugFields()
I'm getting an exception when I run this code in my plugin:
CBugFieldPlugin customFields = (CBugFieldPlugin)api.AllPlugins.PluginFromId("CustomFields@fogcreek.com");
…
1
vote
1answer
31 views
CUSTOM FIELDS IMPROVEMENT
With the custom field plugin, it's now possible to add more field.
However it would be nice to link new field with a specific area. In other words, the field created will be displ …
0
votes
0answers
13 views
Project specific custom fields visible in list view for all projects
I have created a True/False custom field visible only be a specific project foo
When creating or editing a case from project foo, the custom field is visible - this is good.
Whe …
17
votes
1answer
2k views
Access Custom Fields (or other plugin field such as Backlog) on a case using the XML API
I added the custom field "Weight" (Type = Dropdown) to cases using the custom field plugin. How can I use the XML API to retrieve values assigned to this custom field? I am setting …
11
votes
1answer
241 views
Feature request: url (link) custom field type
It would be nice to have a url custom field. The idea would be to let people enter a url and turn it into an anchor tag.
The Edit/Resolve/Close views would let the use edit the ur …
9
votes
1answer
88 views
Feature Request: Ability to create multiple-select custom fields
Hi,
Coming from Bugzilla, I find it strange that the "version" field in fogbugz is a free text field. I would find it natural for the system to keep track of existing versions (ju …
6
votes
2answers
304 views
Feature Request: pre-fill custom fields on new case / edit page via URL parameters
Greetings!
Situation:
We have a CRM system that generates unique customer IDs. Now we added a field "customer match code" to our Fogbugz cases, using the Custom Fields Plugin.
In …
9
votes
3answers
63 views
Feature Request: Custom Fields Plugin Decimal Support
It would be great to have the ability to enter decimal values if the custom field is setup as a number. For example, we are using a number field for "Total Hours Saved per Week" to …
2
votes
1answer
32 views
Custom Field Type of “Time Estimate”
When entering a project into FogBugz we'd like to enter in (and keep) the initial "Quote Estimate". In other words, "how long did we tell the client this is going to take?". Curren …
0
votes
1answer
24 views
Custom field only specified to one project, but shows as edited in all projects when making changes to existing issues
I have created a custom field. It is a drop-down (data type) with four options to pick from. The "All Projects" checkbox is not selected. I have only one project selected in our …
1
vote
1answer
28 views
Feature Request: Parse Custom Fields for wiki and case relations
I would like to setup a custom field that links to Wiki documentation about the case. Right now, if I type "See W455" or "See Wiki 455" it doesn't parse the text to add the link (a …
0
votes
1answer
42 views
Statuses for tracking the life cycle of a Bug.
In a previous bug track environment we used the following list of statuses to progress a bug through it's fix life cycle.
OPEN
DEV IN PROGRESS
DEV COMPLETE - READY FOR UAT
DEPLOY …