Hi,
I have a requirement to get the 'Resolved by' value for a issue from a plug-in. This information has to be extracted from the history, changegroup and changeitem tables of JIRA. Is there a possible way of getting this information using the ofBizDelegator? If so how could I combine these two entities to get the data I require? or is the only option to use direct database queries?
could someone please point out a link which highlights how to combine multiple entities with selection criteria based on both entities using the ofBizDelegator?
Thanks
Use ChangeHistoryManager to getAllChangeItems() of the issue. Looking into the ChangeHistoryItems where the field (getField()) "status" was changed to "Resolved" (using the values of getTos()) you can determine the user (getUserKey()) who changed the issue.
This worked perfectly, Thank you very much for the prompt response.
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.