Hi guys,
I have the problem that the rest endpoint for an issue
issue/{ISSUE_KEY}
always returns only the first 20 worklogs. I would like to have all worklogs in the resulting object, is that possible? I need the same also for comments...
Edit: strange thing... the comments are not limited, all of them are returned. Why does the behavior differ between those two lists?
Thanks!
Hi Pedro,
this is very interesting. We are using jira as onDemand service in the version "Atlassian JIRA v6.1-OD-06-1".
Thanks for your answer!
What is the version of your JIRA? I just tested this and got more than 20 entries.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not using Java so this is not a solution for me, but thanks for your answer!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that thread, it mentioned "Recursive calls would be fine, but I am not sure that I see a way to do it using only the Java API.", perhaps you can try to use the jira rest client, https://marketplace.atlassian.com/plugins/com.atlassian.jira.jira-rest-java-client
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this answer. I already read this post, but the solution mentioned there "using the tempo rest api" does not solve my problem. Anyways, I really think that this behavior should be corrected so that comments and worklogs are returned the same way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another customer has the same issue, https://answers.atlassian.com/questions/205807/rest-api-is-returning-only-20-worklogs-per-issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As nobody seems to be able to help me on this, should I raise a BUG for it? In my opinion the behavior is kind of inconsistant, espacially looking at worklogs and comments.
An answer from Atlassian support would be nice at this point, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.