| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v3.api |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PropertyKeys> |
AppPropertiesApi.addonPropertiesResourceGetAddonPropertiesGet(String addonKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get app properties
Gets all the properties of an app.
|
io.reactivex.Single<PropertyKeys> |
AddonPropertiesApi.getAddonProperties(String addonKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get app properties
Gets all the properties of an app.
|
io.reactivex.Single<PropertyKeys> |
CommentPropertyApi.getCommentPropertyKeys(String commentId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get comment property keys
Returns the keys of all the properties of a comment.
|
io.reactivex.Single<PropertyKeys> |
IssueCommentPropertiesApi.getCommentPropertyKeys(String commentId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get comment property keys
Returns the keys of all the properties of a comment.
|
io.reactivex.Single<PropertyKeys> |
DashboardItemPropertyApi.getDashboardItemPropertyKeys(String dashboardId,
String itemId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get dashboard item property keys
Returns the keys of all properties for a dashboard item.
|
io.reactivex.Single<PropertyKeys> |
DashboardsApi.getDashboardItemPropertyKeys(String dashboardId,
String itemId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get dashboard item property keys
Returns the keys of all properties for a dashboard item.
|
io.reactivex.Single<PropertyKeys> |
IssuePropertiesApi.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<PropertyKeys> |
IssuePropertyApi.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<PropertyKeys> |
IssueTypePropertiesApi.getIssueTypePropertyKeys(String issueTypeId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue type property keys
Returns all the [issue type property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties) keys of the issue type.
|
io.reactivex.Single<PropertyKeys> |
IssueTypePropertyApi.getIssueTypePropertyKeys(String issueTypeId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue type property keys
Returns all the issue type property keys of the issue type.
|
io.reactivex.Single<PropertyKeys> |
ProjectPropertiesApi.getProjectPropertyKeys(String projectIdOrKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project property keys
Returns all [project property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties) keys for the project.
|
io.reactivex.Single<PropertyKeys> |
ProjectPropertyApi.getProjectPropertyKeys(String projectIdOrKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get project property keys
Returns all project property keys for the project.
|
io.reactivex.Single<PropertyKeys> |
UserPropertiesApi.getUserPropertyKeys(Optional<String> accountId,
Optional<String> userKey,
Optional<String> username,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get user property keys
Returns the keys of all properties for a user.
|
io.reactivex.Single<PropertyKeys> |
UserPropertyApi.getUserPropertyKeys(Optional<String> accountId,
Optional<String> userKey,
Optional<String> username,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get user property keys
Returns the keys of all properties for a user.
|
io.reactivex.Single<PropertyKeys> |
IssueWorklogPropertiesApi.getWorklogPropertyKeys(String issueIdOrKey,
String worklogId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get worklog property keys
Returns the keys of all properties for a worklog.
|
io.reactivex.Single<PropertyKeys> |
WorklogPropertyApi.getWorklogPropertyKeys(String issueIdOrKey,
String worklogId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get worklog property keys
Returns the keys of all properties for a worklog.
|
Copyright © 2011–2021 Everit Kft.. All rights reserved.