| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v2.api | |
| org.everit.atlassian.restclient.jiracloud.v2.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Object> |
IssueCustomFieldContextsApi.addIssueTypesToContext(String fieldId,
Long contextId,
IssueTypeIds issueTypeIds,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Add issue types to context
Adds issue types to a custom field context, appending the issue types to the issue types list.
|
io.reactivex.Single<Object> |
IssueTypeSchemesApi.addIssueTypesToIssueTypeScheme(Long issueTypeSchemeId,
IssueTypeIds issueTypeIds,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Add issue types to issue type scheme
Adds issue types to an issue type scheme.
|
io.reactivex.Single<Object> |
IssueCustomFieldContextsApi.removeIssueTypesFromContext(String fieldId,
Long contextId,
IssueTypeIds issueTypeIds,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Remove issue types from context
Removes issue types from a custom field context.
|
io.reactivex.Single<Object> |
IssueTypeScreenSchemesApi.removeMappingsFromIssueTypeScreenScheme(String issueTypeScreenSchemeId,
IssueTypeIds issueTypeIds,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Remove mappings from issue type screen scheme
Removes issue type to screen scheme mappings from an issue type screen scheme.
|
| Modifier and Type | Method and Description |
|---|---|
IssueTypeIds |
IssueTypeIds.addIssueTypeIdsItem(String issueTypeIdsItem) |
IssueTypeIds |
IssueTypeIds.issueTypeIds(List<String> issueTypeIds) |
Copyright © 2011–2023 Everit Kft.. All rights reserved.