Which versions of the Greenhopper API are compatible with which Jira Core API versions?

The classes I need are in this package: https://mvnrepository.com/artifact/com.atlassian.jira.plugins/jira-greenhopper-plugin

But they don’t track with the versions in the jira-api at all: https://mvnrepository.com/artifact/com.atlassian.jira/jira-api

For example, if I’m using jira-api version 7.13.0, which version of jira-greenhopper-plugin do I want?

Where could I find this information for other versions?

Hi @JordanGlassman,

if you’re looking for artifacts your best starting point is https://packages.atlassian.com/maven-external
There you’ll find Index of maven-external/com/atlassian/jira/plugins/jira-greenhopper-plugin
That means: If you use jira-api version 7.13.0 then you want to use jira-greenhopper-plugin in version 7.13.0.

Thanks @dennis.fischer, this got me pointed in the right direction.

I used the repo here which is https://packages.atlassian.com/mvn/maven-external/.

I just used the latest daily build of the version of Jira I’m developing against, which is 7.13.0-DAILY20191129093750, which is certainly closer than anything I could find in Maven central.

If anyone at Atlassian is reading, please consider cleaning up the artifacts exposed at public search engines, eg. https://mvnrepository.com/artifact/com.atlassian.jira.plugins/jira-greenhopper-plugin

This seems to be pointing at, among other things, https://mvnrepository.com/repos/atlassian-packages-public which is apparently no longer where the latest is kept. This leads to a lot of confusing search results.