Open thetuxinator opened 5 years ago
Could be the same as https://trac.edgewall.org/ticket/3216, will try this
Seems that the actual function TicketNotifyEmail has been deprecated and replaced see https://trac.edgewall.org/changeset/13578
@mwaeckerlin could you maybe help here?
Which Trac-version are you using?
The plugin has been developed for Trac 1.0.x.
Hi, we recently upgraded to Trac 1.2.x as 1.0 is "oldstable"
We are stuck to 1.0 as another plugin is only working with 1.0. So there are no plans yet to upgrade this plugin to Trac 1.2 or newer.
Are you refering to Notifymail or which other plugin?
Agilo for Trac (https://trac-hacks.org/wiki/AgiloForTracPlugin)
Hmm, i see no code reference to AgiloForTracPlugin and in your install instructions it is not mentioned. Do i misunderstand?
Correct, AgiloForTracPlugin has nothing to do with Gitlab-Service-Hook. Agilo for Trac is one of other plugins used independently of Gitlab-Service-Hook here, but requires Trac 1.0.
python gitlabservicehook.py install gives an error:
Traceback (most recent call last): File "gitlabservicehook.py", line 14, in
from trac.ticket.notification import TicketNotifyEmail
ImportError: cannot import name TicketNotifyEmail
regards
MIke