public interface UpdateIssue
Issue.| Modifier and Type | Method and Description |
|---|---|
Issue |
description(String description)
Updates the issue's
description. |
Issue |
field(Field field,
FieldValue value)
|
Issue |
fields(Map<Field,FieldValue> fields)
Updates this issue with the
fields provided, returning a new Issue reflecting
those changes. |
Issue |
summary(String summary)
Updates the issue's
summary. |
Issue |
summaryAndDesc(String summary,
String description)
Updates the issue's
summary and
description. |
Issue summary(String summary) throws IOException, UnauthorizedException
summary.summary - the new text for the issue's summaryIssue reflecting the changesIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationIssue description(String description) throws IOException, UnauthorizedException
description.description - the new text for the issue's descriptionIssue reflecting the changesIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationIssue summaryAndDesc(String summary, String description) throws IOException, UnauthorizedException
summary and
description.summary - the new text for the issue's summarydescription - the new text for the issue's descriptionIssue reflecting the changesIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationIssue field(Field field, FieldValue value) throws IOException, UnauthorizedException
field - the issue's fieldvalue - the field's valueIssue reflecting the changesIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationIssue.fields()Issue fields(Map<Field,FieldValue> fields) throws IOException, UnauthorizedException
fields provided, returning a new Issue reflecting
those changes.fields - the collection of fields and their values to updateIssue reflecting the changesIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationCopyright © 2017–2018 George Aristy. All rights reserved.