On Mon, 2 Mar 2015 19:46:36 +0300 "Andrey K" <[email protected]> wrote: > Is it possible to use rt-crontool to change a status of an asset depend on > it's custom field? > I'd like to create "Expiration data" custom field to change status of assets > if data expired.
Assets doesn't have support for triggered actions (scrips) yet. You can override the AddCustomFieldValue method on RT::Asset to accomplish this manually. - Alex
