| Package | Description |
|---|---|
| net.rcarz.jiraclient.agile |
| Modifier and Type | Method and Description |
|---|---|
static Sprint |
Sprint.get(RestClient restclient,
long sprintId)
Retrieve all sprints related to the specified board.
|
Sprint |
Issue.getSprint() |
Sprint |
AgileClient.getSprint(long id)
Retrieves the sprint with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Sprint> |
Sprint.getAll(RestClient restclient,
long boardId)
Retrieve all sprints related to the specified board.
|
List<Sprint> |
Issue.getClosedSprints() |
List<Sprint> |
Board.getSprints() |
Copyright © 2022. All rights reserved.