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: 

Getting Worklog of Issues from Filter using JIRA APi?

Joshua Melanson
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!
November 15, 2017

I'm wanting to retrieve the time estimates and time spent from issues from within a filter using JIRA APi's.  I'm super new to all of this and I'm super confused about how to execute this.  I have a path for retrieving worklogs from issues but not from within a filter and I can retrieve the specific filter I want but not the issues.  If anyone can help that would be greatly appreciated.

 

Here's the two functioning paths I have as mentioned above:

rest/api/2/issue/{issueid}/worklog?expand/properties

 

rest/api/2/filter/{filterid}

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Warren
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 Champions.
November 16, 2017

Hi Joshua

You can apply a JQL filter to any of the API calls, so using your first call above

rest/api/2/issue/{issueid}/worklog?expand/properties&jql=project=XXX and sprint=yyy and status!=Closed

By adding & you can then add your filter as well.

If you look at the documentation there are a number of parameters that can be passed in, each pre-pended with &

TAGS
AUG Leaders

Atlassian Community Events