Package | Description |
---|---|
com.atlassian.jira.rest.client.api.domain.input |
Modifier and Type | Method and Description |
---|---|
static ComplexIssueInputFieldValue |
ComplexIssueInputFieldValue.with(String key,
Object value) |
Modifier and Type | Method and Description |
---|---|
IssueInputBuilder |
IssueInputBuilder.setFieldValue(String id,
ComplexIssueInputFieldValue value)
Puts new
FieldInput with given id and value into fields collection.Recommended way to set field value is to use IssueInputBuilder.setFieldValue(String, Object) . |
Copyright © 2013 Atlassian. All Rights Reserved.