| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v3.api | |
| org.everit.atlassian.restclient.jiracloud.v3.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<FieldDeprecated> |
FieldApi.createCustomField(CustomFieldDefinitionJsonBean customFieldDefinitionJsonBean,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create custom field
Creates a custom field.
|
io.reactivex.Single<List<FieldDeprecated>> |
FieldApi.getFields(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get fields
Returns system and custom issue fields according to the following rules: Fields that cannot be added to the issue navigator are always returned.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDeprecated |
FieldDeprecated.addClauseNamesItem(String clauseNamesItem) |
FieldDeprecated |
FieldDeprecated.clauseNames(List<String> clauseNames) |
FieldDeprecated |
FieldDeprecated.custom(Boolean custom) |
FieldDeprecated |
FieldDeprecated.id(String id) |
FieldDeprecated |
FieldDeprecated.key(String key) |
FieldDeprecated |
FieldDeprecated.name(String name) |
FieldDeprecated |
FieldDeprecated.navigable(Boolean navigable) |
FieldDeprecated |
FieldDeprecated.orderable(Boolean orderable) |
FieldDeprecated |
FieldDeprecated.schema(JsonTypeBean schema) |
FieldDeprecated |
FieldDeprecated.scope(Scope scope) |
FieldDeprecated |
FieldDeprecated.searchable(Boolean searchable) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.