We are now develop and upgrade a plugin.This plug works with Jira 4.2.1 lib(jira4.2.1.jar), but failed to complie with Jira 4.5.1 API(Jira-api-4.4.5.jar) for some classes not longer exist.One of them is com.atlassian.jira.issue.RendererManager. But we could still found this class at http://docs.atlassian.com/jira/4.4.5/com/atlassian/jira/issue/RendererManager.html
Is there something wrong with the document or the API jar file?
Hi Shuo Li,
The stable Jira API is a new feature of version 5.0 https://confluence.atlassian.com/display/JIRA/JIRA+5.0+Release+Notes#JIRA50ReleaseNotes-javaapiimprovements
For version 4.x the API jar has been developed but it was fragile. You can use the com.atlassian.jira:jira-core:4.4.5 instead.
You can also give a try to use com.atlassian.jira:jira-api:5.0, after reading https://developer.atlassian.com/display/JIRADEV/Preparing+for+JIRA+5.0
The javadoc for Jira 4.x contains all the classes of the Jira API and Jira internals.
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.