Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (217 - 219 of 332)

Ticket Resolution Summary Owner Reporter
#227 fixed [patch] allow '_' in inline properties bas thomas.moschny@…
Description

The subject already says it. Is there a reason to not allow some more characters, especially '_' for the name of inline properties? We have custom fields which contain them, and I want people to be able to set these fields via mail.

#228 fixed clearing ticket fields via inline properties doesn't work bas thomas.moschny@…
Description

Expected to be able to clear ticket fields by using empty inline properties, like this:

@customer_id:

but that doesn't work, the field contents isn't cleared. (Trac 0.11.7, email2trac r492)

Seems this is explicitly checked here. Is there a reason for that check?

#229 fixed Blacklist to exclude reporters from receiving a notification bas hju@…
Description

Some of the reporters to our trac-system are other ticket-systems.

The admins complained about receiving our confimation which causes a new ticket to be opened in their system.

Lookin for a solution I extended my code from #178 to implement a notify_black_list in email2trac.conf There I can add all the emails to be excluded from notification. (Like black-List and white_list). As we never notify the reporter (exept for reporters via email2trac) I just have to exclude the mail-reporter from beeing added to the recipients-list. A more perfect code should scan the recipients to remove the emails which are on the ´notify_black_list´...

I've added the additional modification which are working fine in our environment (Version 1.4.6)

Note: See TracQuery for help on using queries.