If various fields are changed on a ticket without commenting on the ticket, we always get a new comment that only contains the date and time of the last action. Is it possible to make the change visible as a comment or can we disable such empty comments?
are you referring to changes by the Agent in the issue? Or is the customer editing fields in the Request view (in the portal) - if so, are these fields part of a form or are you using a third party App to make Edits of "normal" fields possible?
The changes are made by an Agent, we don't use customer portals in this project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Changes made by Agents don't usually generate comments. They only appear in the issue history. I guess you have implemented Automation rules that will create a comment. You can edit the text of that comment in the respective rule.
If it is triggered by Field changed, you can access the old value and the new with smart values:
{{fieldChange.fromString}} and {{fieldChange.toString}}
This may also work: {{changelog.Fieldname.fromString}} for old value and {{issue.fieldname}} for the current value
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have checked our automation configuration, but there isn't an entry for an action if an triggered field is changing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wir könnten natürlich auch auf Deutsch schreiben, das macht es wahrscheinlich einfacher.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mir ist die Sprache egal - für die Community ist Englisch immer sinnvoller, damit alle mitlesen können.
Hast du die Automation Regeln alle geprüft oder nur in die Übersicht geschaut? Die Benennung der Regeln passiert nicht anhand der Trigger, sondern passiert manuell.
Kannst du mal einen Screenshot von so einem Kommentar machen? Wenn ihr keine Marketplace App im Einsatz habt, gibt es ansonsten nichts, was die Kommentare auslösen würde.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ich hab die Regeln geprüft und keinen Eintrag gefunden, der einen Kommentar bei Änderung eines Feldes in diesem Projekt auslöst.
Ich habe in diesem Beispiel das Stichwort "Test" ergänzt.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.