How to get work log history/activity of an Issue?

Avirup Das January 18, 2013

How to get work log history/activity of an Issue through Jira API.

I have Issue object, issue id.

may be it can be done through [DefaultWorklogManager] but am not able to create object of that class

Please answer.

Thanks in Advance..........

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 18, 2013

Use WorklogService.

WorklogService worklogService = ComponentAccessor.getComponent(WorklogService.class);

Avirup Das January 24, 2013

Thanks.... for reply.

I need the work log history from [DefaultWorklogManager] not form service that gives UI value.

Suggest an answer

Log in or Sign up to answer