Custom Field Text Mode Help or A Better Solution
What I am trying to accomplish is a way for Users to know when a custom field on an Issue gets updated. We have a custom field with a date and our users are asking to be notified when that date gets changed. I don't see a specific notification setting that applies to this and even with all notifications turned on to instant we are not being notified when a change happens. Also being notified every time ANY field gets changed would be overwhelming. We really only want this one specific field to notify people.
My progress:
I did go in to the system updates area and add that field to those that will display in the updates area. This at least gives them a way to see that the date was changed from within the issue.
I also found this page on WF on how to create a calculated field that would show the edit history of another field. https://one.workfront.com/s/document-item?bundleId=the-new-workfront-experience&topicId=Content%2FReports_and_Dashboards%2FReports%2FCalc_Cstm_Data-Reports%2Fcalculated-field-example-edit-history-of-another-field.htm
I tried testing this to see if it could be a viable solution BUT the calculation is saying "Custom Expression Invalid" and I have no idea what is wrong with it since it's directly copied from WF One.
LEFT(IF(LEFT(Instructions Edit History,LEN(IF(ISBLANK(Instructions),"-",Instructions)))=Instructions ,Instructions Edit History,CONCAT(IF(ISBLANK(Instructions),"-",Instructions)," (",$$NOW,") | ",Instructions Edit History)),2000)
Also, I am thinking since this is a calculated field that it wouldn't show the updated values unless the user chose "recalculate expressions" on the issue. Is that correct?
Not sure that any of these are a great solution so maybe someone on here knows of a better way for the users to be notified when a custom field is changed by another user.
Thank you
I saw that a ")" was missing after Instructions: