Class HasVersionsUnreleasedCondition

All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition

public class HasVersionsUnreleasedCondition extends AbstractHasVersionsCondition
Checks if there are any unreleased versions for the selected project.

By default, archived versions are not included. This can be changed by mapping "includedArchived" to "true" in the params passed in to AbstractHasVersionsCondition.init(java.util.Map params)