Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 332)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#198 fixed Accept workflow transitions bas thomas.moschny@…
Description

The ability to specify ticket properties in message body (what was #171) is really helpful.

It would be cool to make status changes via specifying TracWorkflow transitions. Instead of

@status:closed
@resolution:fixed

that would read

@->resolve(fixed)

The difference is be that the transition would only be made if allowed.

Not sure this is worth the effort though.

#221 fixed Add email Cc list to the Trac ticket Cc list bas smcbutler
Description

Hi, I'd like to auto-add the Cc: users in an email to the Cc: list on the resulting Trac ticket. Is this possible?

thx for a great plugin!

#217 fixed Additional config option (`parentdir`) to avoid the need of sections for each project bas sto@…
Description

I've patched email2trac to support an additional configuration option (parentdir) to avoid the need to edit the email2trac.conf for each project when using the ENV_PARENT_DIR option with tracd.

When parentdir is defined on the DEFAULT section the variable is used to build the project PATH when there is no section for the named project.

I'm using it to have email2trac configured for each new project without changing the mail system.

To avoid touching the postfix alias database I'm using addresses of the form trac+PROJECT@mail.domain (I have recipient_delimiter = + on the postfix main.cf file) and the alias file has an entry like the following:

trac: /usr/local/sbin/email2trac-alias

Where /usr/local/sbin/email2trac-alias is a script that does more or less the following:

#!/bin/sh
parentdir="/srv/trac"
if [ -f "$parentdir/$EXTENSION/conf/trac.ini" ]; then
  exec /usr/local/bin/run_email2trac --project="$EXTENSION"
fi
exit 67 # Unknown user

I'm attaching my patch to this ticket.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.