-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Zammad Node): Add reply_to and sender fields to article on ticket creation #9911
Conversation
packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good, Did you also run the linter?
I followed the steps from CONTRIBUTING.md which dos not say anything about linting. I did use VSCode with the ESLint plugin and it does not complain with my changes. I have now also run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, Thanks for doing this.
Got released with |
Summary
Add two new fields to Zammad articles during Zammad ticket creation:
The new
sender
field allows setting which side has created the article, which always defaulted toAgent
previously.The new
reply_to
field allows setting a email address for replies that is different from the email address of the user that created the article. This is needed when using a single account to create tickets and articles as otherwise that accounts email address is used for replies.Related Linear tickets, Github issues, and Community forum posts
This PR addresses the FR part of #9807 but not the bug reported in the ticket.
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)