Tagged Questions

0
votes
0answers
23 views

Custom Person Field Search Bug

Searching on person-type custom fields do not return the expected results. This is currently documented as a caveat in another ticket, but this is not getting attention and needs …
0
votes
0answers
45 views

specify default user in custom field of type “person”

we have the need for a custom field with type 'person', but it defaults to the first person in our list of users. We'd like to be able to either have it default to empty or to a s …
0
votes
2answers
167 views

Updating user information - Do changes propagate into Fogbugz?

Sorry if this is a duplicate. I wasn't able to find a similar question while searching. Does FogBugz update the 'Person' table after an account is initially created? Specifically, …
0
votes
0answers
14 views

FEATURE REQUEST API Method for getting User and Category images

It would be really great to be ably to read images of user and case categories by using the xml api
5
votes
0answers
53 views

Feature Request CustomFields MultiUser DataType

When creating a custom field via the custom field plugin, I can choose the DataType "User". This field shows me a DropDown with the aviable users, which is really gread. But somet …
1
vote
0answers
40 views

How to see line of resolved cases, by person, by days, per each day [closed]

This is table view: An this is line view: as you can see, they are different. What i need - is to see on the line the same values as at the table. I want to see, how many tas …
0
votes
0answers
95 views

allow “null” value for custom field “user” type

I want to use a custom field to annotate cases with the reviewer's name. Before the case is reviewed this field should have a "null" value, but it seems this is not allowed: crea …
1
vote
1answer
109 views

API: updating Person

Is it possible to edit a person (changing the value of the sEmail field for instance) via the API? I have read the API docutmentation but I could not find any relevant operation d …