The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulating JIRA entities from a plugin

Prameesha Samarakoon
Contributor
May 19, 2014

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

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Henning Tietgens
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 19, 2014

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.

Prameesha Samarakoon
Contributor
May 21, 2014

This worked perfectly, Thank you very much for the prompt response.

TAGS
AUG Leaders

Atlassian Community Events