| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
| Modifier and Type | Method and Description |
|---|---|
Issue |
SelectableFieldValue.apply()
Applies itself to the parent
issue and returns the updated issue. |
Issue |
Issues.create(Issues.IssueSpec spec)
Creates an issue according to the
spec. |
Issue |
Comment.issue()
The
issue on which this comment was created. |
Issue |
UsersOfIssue.issue()
The enclosing
Issue. |
Issue |
TimeTrackEntry.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 |
Issue.update(Field field,
FieldValue value)
|
Issue |
Issue.update(Map<Field,FieldValue> fields)
Updates this issue with the
fields provided, returning a new Issue reflecting
those changes. |
| 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 George Aristy. All rights reserved.