Search found 6 matches

by jdw2101
26 Jun 2012, 21:56
Forum: General Discussion
Topic: Email Notifications
Replies: 4
Views: 10409

Another Email Notification Problem

At the risk of being repetitive, I too am having issues with emailing on new issues. I'm using version 1.2.11 (note that I've upgraded from 1.2.5 and it wasn't working there either). I want a reporter to issue a defect and an automatic email to be sent to anyone with a role of "product owner". (I ...
by jdw2101
10 Aug 2011, 20:48
Forum: Help
Topic: Default value for Category Field
Replies: 0
Views: 2234

Default value for Category Field

I have a project with a single category: Issue. When I select the "Report Issue" option, the category field has a drop down with two options: (Select) and Issue. It seems extraneous to have to select the only value in the list. Is there a way to default the field to NOT select (Select) and instead ...
by jdw2101
06 Jul 2011, 22:41
Forum: Help
Topic: State Transition Problem
Replies: 0
Views: 1918

State Transition Problem

All,

I have a state transition that is not working correctly. It's failing only for 1 of several possible states which makes it even more confusing. I have the following status_enum_workflow defined in adm_config_report.php browser page:

array (
5 => '10:new,20:feedback,50:assigned,85:withdrawn ...
by jdw2101
05 Jul 2011, 15:49
Forum: Help
Topic: custom_function_inc override not working
Replies: 1
Views: 1955

custom_function_inc override not working

I'm trying to validate a custom field value when the user attempts to update a defect. In order to do this, I have created a custom function using the following procedure:
1) I copied the function function custom_function_default_issue_update_validate(...) from the file custom_function_api.php.
2) I ...
by jdw2101
01 Jun 2011, 13:10
Forum: Help
Topic: Custom Field Issue version 1.1.8
Replies: 3
Views: 2323

Re: Custom Field Issue version 1.1.8

Is there a way to check against the enumeration?
by jdw2101
31 May 2011, 22:41
Forum: Help
Topic: Custom Field Issue version 1.1.8
Replies: 3
Views: 2323

Custom Field Issue version 1.1.8

Hi all,

Here's my custom field question. I have a field called "Test Field" that is an enumeration with the values: (select)|1|2|3|4|.
It has a default value of "(select)" with a regular expression field defined as: ^\(select\)$ to prevent the user from saving
with (select) as a value.

The field ...