Custom Query (332 matches)
Results (73 - 75 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#278 | fixed | Conditional workflow | bas | Chris.Nelson@… |
Description |
I'd like an email2trac workflow to only be invoked when the e-mail sender is the ticket owner. Is there any way to configure this restriction? |
|||
#48 | fixed | Patch for email2trac | bas | Christian Iversen <ci@…> |
Description |
Hello email2trac-devs It seems that email2trac is platform-agnostic, and certainly not limited to i386. I therefore propose the following patch: Index: debian/control =================================================================== --- debian/control (revision 196) +++ debian/control (working copy) @@ -7,7 +7,7 @@ Package: email2trac Section: misc -Architecture: i386 +Architecture: all Maintainer: Bas van der Vlies <bas@sara.nl> Depends: ${slibs:Depends}, python, cdbs, trac Description: Converts email to a trac ticket |
|||
#18 | fixed | Support replying to ticket notifications | bas | chrivers@… |
Description |
I'm trying to use trac+email2trac as a request tracket for the support@ email address at our company. It mostly works, except for the following problems:
To solve these problems, I suggest something like the following scenario:
I hope you can see the idea I have for using trac as a sort of mediator, or ticket gateway, if you will. As far as I can see, it should already be able to update tickets, although I have not successfully made this work yet. Can you tell me what kind of work would be required to make email2trac act as outlined here? Would patches be accepted? |