system.kanoa.devOps.updateAppChangeField(field, value, changeId, userName)
Updates a change field value
Parameters
field String: Name of column to change i.e 'comment', 'taskId'
value String: Value to change to
changeId Integer: Id of the change
userName String: Name of the user making the change
Returns
# of records modified Integer
Example
changeId = 4
field = 'project'
value = 'kanoaAPP'
userName = 'jason'
system.kanoa.config.updateAppChangeField(changeInfo, userId)