The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How I can retrieve work log for Specific Epic

Kimaya Bagwe
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 7, 2020

I wanted to pull out a work log a specific epic how I can get that 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 15, 2020

Hello Kimaya,

Welcome to Atlassian Community!

Could you please provide how you are trying to pull out a specific Epic work log and what you are trying to achieve with that information?

If you are trying to create an external report or script, I believe the easiest way would be to use REST API to pull out the specific Epic work log. This would be the calls:

1 - To get all the worklog entries related to an Epic:

https://yourdomain.atlassian.net/rest/api/3/issue/{EpicIdOrKey}/worklog

2 - To get a specific Worklog entry in an Epic:

https://yourdomain.atlassian.net/rest/api/3/issue/{EpicIdOrKey}/worklog/{id}

For more information about REST API for Jira Cloud and the calls provided, check the documentation below:

JIRA Cloud REST API Reference 

Let us know if you have any questions.

TAGS
AUG Leaders

Atlassian Community Events