| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
Fluent, object-oriented API for YouTrack.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
AssignedField.value()
This field's
value. |
| Modifier and Type | Method and Description |
|---|---|
Stream<FieldValue> |
ProjectField.values()
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
UpdateIssue.field(Field field,
FieldValue value)
|
default boolean |
FieldValue.isEqualTo(FieldValue other)
Whether this value is equal to
other and both share the same parent Field. |
| Modifier and Type | Method and Description |
|---|---|
Issue |
Issues.create(String summary,
String description,
Map<Field,FieldValue> fields)
|
Issue |
UpdateIssue.fields(Map<Field,FieldValue> fields)
Updates this issue with the
fields provided, returning a new Issue reflecting
those changes. |
Copyright © 2017–2018 George Aristy. All rights reserved.