public class IssuePropertiesApi extends Object
| Constructor and Description |
|---|
IssuePropertiesApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
bulkDeleteIssueProperty(String propertyKey,
IssueFilterForBulkPropertyDelete issueFilterForBulkPropertyDelete,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Bulk delete issue property
Deletes a property value from multiple issues.
|
io.reactivex.Completable |
bulkSetIssueProperty(String propertyKey,
BulkIssuePropertyUpdateRequest bulkIssuePropertyUpdateRequest,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Bulk set issue property
Sets a property value on multiple issues.
|
io.reactivex.Completable |
bulkSetIssuesProperties(IssueEntityProperties issueEntityProperties,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Bulk set issues properties
Sets the values of entity properties on issues.
|
io.reactivex.Completable |
deleteIssueProperty(String issueIdOrKey,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Delete issue property
Deletes an issue's property.
|
io.reactivex.Single<EntityProperty> |
getIssueProperty(String issueIdOrKey,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue property
Returns the key and value of an issue's property.
|
io.reactivex.Single<PropertyKeys> |
getIssuePropertyKeys(String issueIdOrKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue property keys
Returns the URLs and keys of an issue's properties.
|
io.reactivex.Single<Object> |
setIssueProperty(String issueIdOrKey,
String propertyKey,
Object body,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Set issue property
Sets the value of an issue's property.
|
public IssuePropertiesApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Completable bulkDeleteIssueProperty(String propertyKey, IssueFilterForBulkPropertyDelete issueFilterForBulkPropertyDelete, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
propertyKey - The key of the property. (required)issueFilterForBulkPropertyDelete - (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Completable bulkSetIssueProperty(String propertyKey, BulkIssuePropertyUpdateRequest bulkIssuePropertyUpdateRequest, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
propertyKey - The key of the property. The maximum length is 255 characters. (required)bulkIssuePropertyUpdateRequest - (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Completable bulkSetIssuesProperties(IssueEntityProperties issueEntityProperties, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
issueEntityProperties - Issue properties to be set or updated with values. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Completable deleteIssueProperty(String issueIdOrKey, String propertyKey, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
issueIdOrKey - The key or ID of the issue. (required)propertyKey - The key of the property. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<EntityProperty> getIssueProperty(String issueIdOrKey, String propertyKey, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
issueIdOrKey - The key or ID of the issue. (required)propertyKey - The key of the property. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<PropertyKeys> getIssuePropertyKeys(String issueIdOrKey, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
issueIdOrKey - The key or ID of the issue. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<Object> setIssueProperty(String issueIdOrKey, String propertyKey, Object body, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
issueIdOrKey - The ID or key of the issue. (required)propertyKey - The key of the issue property. The maximum length is 255 characters. (required)body - (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.