Hi,
I am attempting to create a worklog in post function using a Jython script. The issue that I have come across is that to create a worklog, you need a worklog object and I cannot seem to figure out how to create a worklog object. I cannot import any of the classes need. I receive errors like "cannot import name worklog".
I am stuck as how to accomplish this (and there is incredibly limited documentation on Jython scripting). I can easily get the worklog manager with the component accessor:
wm = ComponentAccessor.getWorklogManager()
but to create the worklog, I already need a worklog object.
Worklog create(ApplicationUser user,
*Worklog* worklog,
Long newEstimate,
boolean dispatchEvent)
How do I do that?
Thanks for the help.
Hi Yacov! As this is a developer question, it will be better if you post it at community.developer.atlassian.com that's where our developer community hangs out :)
Cheers,
Ana
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.