Hi,
After issue changing I need to get data about the user who did it.
I use rest/api/2/search?expand=changelog
I'm getting a changelog, but it's not limited in any way, which could lead to something bad.
So, do you know how to limit the changelog (maxResults) or get the author of the latest issue update?
Thanks in advance.
Hi @John Smith
Can you try using this API
You can limit the MaxResults to a lesser number and filter the results per ticket.
Thanks a lot for the quick response.
But it didn't work for me(
As far as I understand, this only works in Jira Cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh my bad, I'll share another API if I find it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John Smith
Can you try this Api
The expand parameter allows Changelog, which can then use the MaxResult query as well from what I see in the documentation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried this before, but unfortunately maxResults has no effect on the changelog limit :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.