I am writing a simple listener for Jira 4.4.1 to manage release artifacts creation upon version release. Since it is a listener - I automatically have versionID.
How can I acquire release notes programmatically from within plugin?
Edit: I want to get access to the release notes report generated by Jira from a listener plugin link
Apparently ReleaseNoteManager had this functionality, but it seems deprecated and I can find no documentation about how to use it.