From GET `/rest/api/latest/issue/{issue id}` API it doesn't have any information as to who closed an issue. Is there a way to get who closed an issue in the rest api?
Hi @Shaumik
If you add ?expand=changelog to that endpoint (eg: /rest/api/latest/issue/PRJ-123?expand=changelog ) you can then itterate through changelog.histories[].items[] and look for the field resolution being changed, and that stub has the author of the change
CCM
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.