It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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}
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 &
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHi Community! My name is Amir and I’m on the Jira Service Desk product marketing team at Atlassian. Our team would love to understand how you’re leveraging our ecosystem for Jira Service Desk. Wha...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.