First a bit of background... I'm trying to link OTRS with Bugzilla using the Email interfaces of each. I have setup bugzilla to open a Bug on recipt of an email using the @ tags of its email interface and OTRS response templates. I can also update that bug and change the priority etc using the same method. What i'm trying to do now is have bugzilla update OTRS using the Postmaster filters. More info here for those interested -> http://www.bugzilla.org/docs/3.0/html/api/email_in.html
So...When bugzilla sends out bugs mails it uses custom headers like the ones below:
Subject: [Bug 15458] Re: [Ticket#2010120110000063]Testing Bugz link
implementing
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Sysadmin
X-Bugzilla-Component: Email
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: someon@company.co.uk
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P4
X-Bugzilla-Assigned-To: sysadmins@company.co.uk
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields: Status Resolution
Can I get OTRS to look for these headers and update the OTRS ticket accordingly. so for example The developer closes the ticket in bugzilla, bugzilla sends out an email to OTRS which closes the ticket in OTRS.
Alos just to check that i have got my assumptions correct: Am i correct in thinking that The "filter conditions" are what OTRS will search for and the "set email headers" are what OTRS will change in the ticket if the filder conditions are met?
I'm using OTRS 3.0.5
Many thanks in advance for your help.
