Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,644,496
Community Members
 
Community Events
196
Community Groups

Is Greenhopper API deprecated

Edited

We have a use case in our project, for which the GreenHopper API <jira_url>/rest/greenhopper/1.0/rapid/charts/sprintreport?rapidViewId=<rapidViewId>&sprintId=<sprint_id> gives all the consolidated information about the completed issues, time logged, punted issues, incomplete issues etc. I was curious to know whether Atlassian has plans to deprecate this API ? 

I know that the documentation is no longer maintained, but there's no concrete information on API deprecation.

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Aug 10, 2022

Welcome to the Atlassian Community!

Yes, it will go away. You should move to using the Jira Software REST API as soon as possible (it's very similar as it's based on the GH stuff, but it's a lot more detailed and powerful, as it's kept up with the Software improvements)

Thanks for the clarification @Nic Brough -Adaptavist- ! Really appreciate it.

@Nic Brough _Adaptavist_ Nic, would you be able to point me to the appropriate docs that explain how to accomplish something similar to the Greenhopper rapidView queries that Vidit mentioned using the current Jira REST API? I have looked all over and I am not seeing where I can run a REST call that will return information such as: issues completedInSprint", issues nonCompletedInSprint, issues punted from sprint. You mentioned that the current REST API is similar and more powerful than Greenhopper, but I'm struggling to see how to implement those kinds of capabilities in a straightforward way. Any help appreciated. 

Thank you,

Jim

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 04, 2022

Greenhopper went away over a decade ago, and it never had any of the calls you suggest.  Try looking for the Jira Software REST API which replaced it.

Hi @Nic Brough -Adaptavist- , i was looking for some information similar to @James Crockett and i ran into this greenhopper call: /rest/greenhopper/1.0/rapid/charts/sprintreport?rapidViewId=321&sprintId=606
The response is as the image below and it has everything i need (and i think it may help you out James)
As far as i understand this is not recommended anymore and it is for internal use only. Can i achieve the same/similar results using the proper jira rest api (specially the punted issues)?

hopper.png

Like John likes this
Jacob Davis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Jul 16, 2023

Hey @Paulo Felisbino did you end up finding a solution to this? I have been having the same problem

@Nic Brough -Adaptavist- 
No, Jira Software REST API is not full replacement for Greenhopper API. It does not contain this very useful API for saved filters list "/rest/greenhopper/1.0/savedfilter/list".
How can i get the list of all saved filters without Greenhopper REST API?

David Bakkers
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 Leaders.
Jul 20, 2023 • edited

Hello @Evgen Kyselgov 

Yep. The REST APIs are not full replacements for the Greenhopper APIs. You just have to live with that.

"How can i get the list of all saved filters without Greenhopper REST API?"

What did 'saved' infer in that old endpoint? Saved by someone? Saved somewhere? Saved for a purpose?

Or are you referring to a board's quick filters?

GET agile/1.0/board/{boardId}/quickfilter

 

Like Nic Brough -Adaptavist- likes this
David Bakkers
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 Leaders.
Jul 20, 2023 • edited

Hello @Jacob Davis 

There is no REST API endpoint that replicates the functionality of that now internal, sprintReport endpoint. As per this thread, and many others on the same topic, and as specifically documented in JSWSERVER-12877

The 'solution' is that you just live with that.

Like Nic Brough -Adaptavist- likes this

Suggest an answer

Log in or Sign up to answer