My company is planning on installing this gadget in June, however, we would like to start logging work hours now. When we install the gadget, will it be able to report on the hours we entered prior to installing the gadget?
And if so, will there be additional steps required to do this?
Hi David,
Sorry for the late reply.
To get role specific work hours, you will need to migrate the desired worklogs to roles of your choice.
In our latest version, we have added REST services to deal with the legacy logged works. Following are the REST services:
GET: {context path}/rest/adweb/2/legacyLogwork/{IssueKey} & {context path}/rest/adweb/2/legacyLogwork/{IssueKey}, which will return a JSON of all the worklog informations in the issue/project which are not associated with any roles. Copy this JSON and keep it aside.
PUT: {context path}/rest/adweb/2/legacyLogwork/roleAssociation, is the PUT service, to which you can provide the JSON data you saved earlier from the GET service, and in each of the worklog, there is a role id option, which by default is "-1", so if you provide a valid role id, that worklog will get associated to the role, and worklog with invalid id or "-1" id, will be ignored.
The versions of the plugin that include these REST services are following:
Hope this helps.
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.