public static class Issues.IssueSpec extends Object
Issue.
None of the transformations spec -> issue -> spec are reversible. The following truisms hold:
An Issues.IssueSpec is just a blueprint to create issues and nothing
more. The final id of the issue is determined by the YouTrack backend.
| Constructor and Description |
|---|
IssueSpec(String summary)
Specify the issue's
summary only. |
IssueSpec(String summary,
String description)
Specify the issue's
summary and
description. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
Issues.IssueSpec |
with(Field field,
FieldValue value)
|
public IssueSpec(String summary, String description)
summary and
description.summary - the issue's summary (ie. its title)description - the issue's descriptionpublic Issues.IssueSpec with(Field field, FieldValue value)
field - the field to setvalue - the field's valueUpdateIssue.field(org.llorllale.youtrack.api.Field,
org.llorllale.youtrack.api.FieldValue)Copyright © 2017 George Aristy. All rights reserved.