public interface VersionsService
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<List<ProjectVersionBean>,ErrorCollection> |
getVersions(String jql)
Get the versions for a given jql string
|
com.atlassian.fugue.Either<List<ProjectVersionBean>,ErrorCollection> getVersions(@Nonnull String jql)
jql
- for searching for issuesCopyright © 2002-2017 Atlassian. All Rights Reserved.