How do I store a custom field with the current date/time on the update of a text field?

Bunny August 22, 2017

Scriptrunner listener to update custom date/time field when I change text in a Text Field

 

I want to note the date and time whenever the text in the text field changes.

1 answer

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 23, 2017
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 23, 2017

In the above link replace (*CheckBox A") with the name of your custom field(text field).

{it.field == "CheckBox A"}
Bunny August 23, 2017

from the code its giving errors like

issue undeclared.

event undeclared

for,

it.field its showing that the no such property exists for the class: java.lang.object

 

Can you help me out please

Suggest an answer

Log in or Sign up to answer