We are using data center.
Basically what I am trying to do is find check who is worklog author and based on that assigned them a work attribute which is defined in Tempo. So I am using listener on work logged event.
I am very close but don't know method to update worklog using ScriptRunner.
Below is the code
def match = managmentUsers.find {it.getKey() == worklog.getAuthorKey()}
if(match != null) {
log.warn("the user was in the predefined group, setting job code")
// Need to set worklog custom attribute
// worklog.attr = custom
/* THIS NEXT LINE Doesnt work.*/
tempoWorklogManager.updateWorklog(worklog.id, worklog)
}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.