Ticket number from another system

  • Used Zammad version: 4.1.0
  • Used Zammad installation type: docker-compose
  • Operating system: Ubuntu
  • Browser + version: Firefox v93 (64-bit)

Issue:
I have configured Zammad to import mail from a mailbox.
Another system is mailing to that mailbox which creates a number for each mail it sends.
The number is in the subject of the e-mail same with organization etc.
The format begins with:
INC #123456 | ORG

Is it possible that Zammad uses the same ticket as imported in te mail?
With use of a regex for example?
regex:[INC #][0-9][0-9][0-9][0-9][0-9][0-9]

Sorry but that’s not possible.
Zammad has a fixed way of generating ticket numbers etc and thus doesn’t allow you to interfere with that. This would also affect follow up detections which would be much more complicated.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.