We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Send Email - 'Add message to action log' selected by default
We are finding many people are not selecting this option as it's so far down the page that you have to scroll to see it, which many analysts are not doing. For us, we would always like to default to an option that records what was done.
Comments
Maybe not the full feature you need but easily doable with the following. Place in custom.js (or another file and call from custom.js) and just copy and paste changing the work item type as needed,
Geoff
I added the line "$("#IsAddToLog").trigger("click").closest("div");" to your MakeEmailToReadOnly solution and it works a treat.
It would still be nice to keep this feature request alive though so hopefully it will become a feature that can be enabled or disabled in portal settings.
There's also a feature request covering a host of improvements to send email including this (in fact, I've just seen this same snippet on there).
https://community.cireson.com/discussion/145/improvements-of-send-email#latest
Its got quote a lot of votes, so go up-vote that too as it might make it in in the next 2 quarters at this rate.
Geoff
You are welcome. Enjoy.
I made 4 versions of that function for each ticket type that uses comments:
- Incident
- ChangeRequest
- ServiceRequest
- Problem
Then in IIS I stopped the website, then stopped the app pool of website, then started app pool, then started website and it works in Chrome now.I would really, really like having this an "Out of Box" default, but if custom code must be used, so be it!
I've added the code to custom.js and its working for FF and Chrome, but IE11 won't play nice.
Network Admin advised he has restarted the site.
Suggestions appreciated.
Have you IE uses clear their local browser cache.
Maybe this helps somebody else: https://community.cireson.com/discussion/2544/script-for-pre-check-add-message-to-action-log-checkbox-in-send-mail-feature#latest