| 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<IssueTypeDetails> |
IssueTypesApi.createIssueType(IssueTypeCreateBean issueTypeCreateBean,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create issue type
Creates an issue type and adds it to the default issue type scheme.
|
io.reactivex.Single<List<IssueTypeDetails>> |
IssueTypesApi.getAlternativeIssueTypes(String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get alternative issue types
Returns a list of issue types that can be used to replace the issue type.
|
io.reactivex.Single<List<IssueTypeDetails>> |
IssueTypesApi.getIssueAllTypes(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get all issue types for user
Returns all issue types.
|
io.reactivex.Single<IssueTypeDetails> |
IssueTypesApi.getIssueType(String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue type
Returns an issue type.
|
io.reactivex.Single<IssueTypeDetails> |
IssueTypesApi.updateIssueType(String id,
IssueTypeUpdateBean issueTypeUpdateBean,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update issue type
Updates the issue type.
|
| Modifier and Type | Method and Description |
|---|---|
IssueTypeDetails |
Fields.getIssuetype()
Get issuetype
|
IssueTypeDetails |
Fields.getIssueType()
The type of the linked issue.
|
| Modifier and Type | Method and Description |
|---|---|
List<IssueTypeDetails> |
Project.getIssueTypes()
List of the issue types available in the project.
|
Map<String,IssueTypeDetails> |
WorkflowScheme.getIssueTypes()
The issue types available in Jira.
|
| Modifier and Type | Method and Description |
|---|---|
Fields |
Fields.issuetype(IssueTypeDetails issuetype) |
void |
Fields.setIssuetype(IssueTypeDetails issuetype) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.