public interface

VersionsService

com.atlassian.jira.dashboarditem.statistics.service.versions.VersionsService
Known Indirect Subclasses

Class Overview

Service used to collect version information.

Summary

Public Methods
Either<List<ProjectVersionBean>, ErrorCollection> getVersions(String jql)
Get the versions for a given jql string

Public Methods

public Either<List<ProjectVersionBean>, ErrorCollection> getVersions (String jql)

Get the versions for a given jql string

Parameters
jql for searching for issues
Returns
  • versions or errors