agile-board-parameters-resolver Module Is Disabled

Still need help?

The Atlassian Community is here for you.

Ask the community

Problem

The agile-board-parameters-resolver is disabled in JIRA Agile and cannot be enabled.

This has been observed in JIRA Agile v6.6.51.

Cause

The module has been moved from the Agile plugin into the Connect plugin:

	<connect-context-parameters-resolver key="agile-board-parameters-resolver">
        <extractors>
            <extractor class="com.atlassian.greenhopper.web.rapid.tools.RapidBoardConnectParametersExtractor"/>
        </extractors>
        <validators>
            <validator class="com.atlassian.greenhopper.web.rapid.tools.RapidBoardConnectParametersValidator"/>
        </validators>
	</connect-context-parameters-resolver>	 

Because the module is no longer contained within the JIRA Agile plugin, it remains disabled.

There are no known negative effects as a result of this module remaining disabled.

Last modified on Feb 19, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.