| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
Fluent, object-oriented API for YouTrack.
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
Issues.create(String summary,
String description)
|
Issue |
Issues.create(String summary,
String description,
Map<Field,FieldValue> fields)
|
Issue |
Comment.delete()
|
Issue |
UpdateIssue.description(String description)
Updates the issue's
description. |
Issue |
UpdateIssue.field(Field field,
FieldValue value)
|
Issue |
UpdateIssue.fields(Map<Field,FieldValue> fields)
Updates this issue with the
fields provided, returning a new Issue reflecting
those changes. |
Issue |
Comment.issue()
The
issue on which this comment was created. |
Issue |
UsersOfIssue.issue()
The enclosing
Issue. |
Issue |
TimeTrackEntry.issue()
The parent
Issue. |
Issue |
Comments.issue()
The parent
Issue. |
Issue |
AssignedField.issue()
The
Issue to which this AssignedField is attached to. |
Issue |
Issue.refresh()
Returns the same
Issue after refreshing its data from the server. |
Issue |
UpdateIssue.summary(String summary)
Updates the issue's
summary. |
Issue |
UpdateIssue.summaryAndDesc(String summary,
String description)
Updates the issue's
summary and
description. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Issue> |
Issues.get(String id)
The
Issue with the given id, if it exists. |
Stream<Issue> |
Issues.stream()
|
Copyright © 2017–2018 George Aristy. All rights reserved.