Hi all,
I have a program to integrate with the JIRA cloud for fetching work logs to my local host.
The question is, can we fetch work logs that are updated since UNIX of the specific projects?
JIRA 7.6.1 (atlassian.com)
Via this document, I can access query work logs that are updated since UNIX of the specific projects.
We can fetch issues first and then fetch work logs, but it will explode our request and reach the the restricted of JIRA
Hi @Long Bui and welcome to the Community!
If your question is about Jira cloud, you are referencing the wrong API documentation. The link you shared is about the server platform. You can find the corresponding documentation for cloud over here.
If the REST call does not allow you to filter for a specific project, you'll need to find a different way to work around the imposed limits. Two things about that, maybe:
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.