I'm integrating a system my company uses with jira (i'm building a java plugin using the atlassian plugin sdk) and i need to be able to store additional information with every worklog. I know i create a custom table and save that there, but it is just a short String and i would rather save it as part of the created worklog.
Is it possible to programmatically edit a worklog's comment after it has been created?
thanks
Hello,
You can use the Power Scripts add-on to update worklog's comment. Your script would look like this:
updateWorklogAdjustEstimate(10000, "2h", currentDate(), "your comment");
You can find more info here:
https://confluence.cprime.io/display/SIL/updateWorklogAdjustEstim
There is a 30 days trial period for this add-on.
Hello @first last
I ve checked worklog api, worklog service and it seems you cant.
There are no mutable worklog object.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.