Documentation for GreenHopper 6.1.x. Documentation for other versions of JIRA Agile is available too.
GreenHopper is now called JIRA Agile. Learn more.
Introducing the Project Charts and ... the pluggable GreenHopper!!!
このリリースのハイライトは次のとおりです。
You can add your own JIRA plugins into GreenHopper by adding a simple greenhopper-plugin.xml file into your plugin's jar. As for now, we offer one entry point; The menu of the detailed card. We do intend to add more entry points in the upcoming releases.
The descriptor of the card menu item looks exactly like the descriptor of the JIRA web-item plugin.
Example:
<greenhopper-plugin name="Hierarchy" key="hierarchy"> <plugin-info> <description key="hierarchy.desc">Hierarchy plugin for GreenHopper</description> <version>1.0</version> <application-version min="3.4" max="3.4" /> <vendor name="Pyxis" url="http://www.greenpeppersoftware.com" /> </plugin-info> <menu-item key="menu-item" name="card.menu.hierarchy" class="com.pyxis.greenhopper.jira.plugins.GreenHopperPlugin"> <label>Hierarchy</label> <link>/secure/ConfigureReport.jspa?subtasks=true&orphans=true</link> <icon height="16" width="16"> <link>pluginKey:moduleKey/images/menu.gif</link> </icon> <tooltip>Hierarchy</tooltip> <condition class="com.pyxis.jira.condition.MenuCardCondition"/> </menu-item> </greenhopper-plugin>
ここで:
<link>
specifies the link url location of your menu item. Your link url will be decorated with:pid
— the project Idid
— the issue idfixfor
— the version idtype
— the board type that your card is in (useful for "Back" urls)pluginKey:moduleKey
are the keys of your JIRA plugin descriptor.com.pyxis.jira.condition.MenuCardCondition
implements com.atlassian.plugin.web.Condition
Supported plugins:
From the released version panel's () you will have access to the Project Overview charts based on your metrics. These charts are computed based on the first level versions that were released of the project.
Instead of showing the total value of a metric that you have committed in a master version, the value chart now shows the average burned value of that metric in the children versions of the master version. In the case of story points in Agile projects, we are talking about the velocity of the team.
In the previous version of GreenHopper, the version field was only editable from the "By Version" mode of the Planning board. And in similar fashion, the component field was only editable from the "By Component" mode of the Planning board. In GreenHopper 3.4 these issue fields are now editable in the detailed cards and this from ALL boards.
In order to grab all the power of the sharable contexts introduced in GreenHopper 3.2, we have added a quick and easy way to access your own issues. Thus you do not need to duplicate contexts just to personalise them.
In order to help you keep your versions/components hierarchy integrity we have added the version/component listeners synchronisers. These listeners synchronisers will detect and repair all the issues that are missing some versions/components based on your hierarchies. You can add these listeners synchronisers directly from your JIRA > Administration > GreenHopper >>> GreenHopper Listeners and Services.
Also you can enable the nightly service of GreenHopper which optimises and repairs the GreenHopper ranking fields of your projects.
The free GreenHopper Personal license was updated to match the JIRA's personal licence.
The free Personal JIRA license comes with a few restrictions: