
Documentation for GreenHopper 3.8. Documentation for other versions of JIRA Agile is available too.
GreenHopper is now called JIRA Agile. Learn more
.
With the GreenHopper portlet you can track the ongoing versions of your projects directly from your dashboard. Multiple shortcuts will allow you to navigate faster. Read Adding the Projects Gadget for instructions of how to add a portlet to your JIRA dashboard.
This portlet can also be displayed in Confluence with the JIRA portlet macro. Note that you won't be able to access it if your JIRA and Confluence domain differs (due to the browser's security for cross-domain Ajax calls). In this case you can use the static portlet (see below). See instructions on how to include a portlet in Confluence here.
The GreenHopper portlet is not easily exportable outside JIRA, being mostly in Ajax. We have made a static version of this portlet to allow users to export it anywhere without being blocked by the browsers cross domain security. To use it you will have to simply add at the end of your portlet url the parameter staticView=true.
Example of the portlet URL:
http://www.greenpeppersoftware.com/jira/secure/RunPortlet.jspa?portletKey=com.pyxis.greenhopper.jira:greenhopper-portlet&projectid=10110&staticView=true
Additional and optional parameters
For example here we are going to display a 'Value Chart' for 'Story points' for the 'Release 2.4':
http: //...&staticView=true&versionName=Release %20 2.4&graph=5&fieldName=Story %20 Points
If you have specified a version name and this version has been released, the portlet will only display the snapshot of the desired chart that was saved. Also make sure you escape your white spaces by using the '%20' character, i.e. 'Release 2' ==> 'Release %20 2'.
1 Comment
Anonymous
Oct 07, 2009Very useful, especially for customize dashboard based on several of this portlet.
Question:
What is the parameter to define specific Context View?
Thanks!
Jacques