Are greenhopper java APIs deprecated?

Robert Bojtos February 22, 2021

Hi community. 

I've got a plugin developed agains Jira 7.13 and it is for hiding the time-tracking related information. I upgraded it to Jira version 8.13.3 but I am struggling with getting it to work.

I managed to get parts of it working and it can hide data on issue view, on activity module in issue view and in Jira's "Time tracking report", from the Reports project page. 

What is not working is all the code related to backlog, rapid views, boards... In short everything that is related to a dependency called greenhopper API. Using it with the old version generates compilation errors and using it with the latest version from maven repository generates even more.

<dependency>
    <groupId>com.atlassian.jira.plugins</groupId>
   <artifactId>jira-greenhopper-plugin</artifactId>
   <version>6.7.12</version>
</dependency>

tried also with <version> 8.15.0 </version

I've read that the documentation is no longer maintained, and I have no idea how to solve my errors without access to it:

https://community.developer.atlassian.com/t/latest-greenhopper-java-api-documentation/14255/4

If this is the case, what other dependencies should I use to modify the boards/backlog/rapidviews so I filter data out of them? Just pointing me out the them should suffice.

Thank you, Robert

 

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 29, 2021

@Robert Bojtos , 

 

please, review scope and link source of Jira. 

 

For old app you add as library something here 

https://mvnrepository.com/artifact/com.atlassian.jira.plugins/jira-greenhopper-plugin

Suggest an answer

Log in or Sign up to answer