|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IssueType | |
|---|---|
| com.atlassian.jira.rest.client.api | |
| com.atlassian.jira.rest.client.api.domain | |
| Uses of IssueType in com.atlassian.jira.rest.client.api |
|---|
| Methods in com.atlassian.jira.rest.client.api that return types with arguments of type IssueType | |
|---|---|
com.atlassian.util.concurrent.Promise<IssueType> |
MetadataRestClient.getIssueType(URI uri)
Retrieves from the server complete information about selected issue type |
com.atlassian.util.concurrent.Promise<Iterable<IssueType>> |
MetadataRestClient.getIssueTypes()
Retrieves from the server complete list of available issue type |
| Uses of IssueType in com.atlassian.jira.rest.client.api.domain |
|---|
| Subclasses of IssueType in com.atlassian.jira.rest.client.api.domain | |
|---|---|
class |
CimIssueType
Describes issue type with fields info map. The CIM prefix stands for CreateIssueMetadata as this class is used in output of IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions) |
| Methods in com.atlassian.jira.rest.client.api.domain that return IssueType | |
|---|---|
IssueType |
Subtask.getIssueType()
|
| Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type IssueType | |
|---|---|
OptionalIterable<IssueType> |
Project.getIssueTypes()
Getter for issueTypes |
| Constructors in com.atlassian.jira.rest.client.api.domain with parameters of type IssueType | |
|---|---|
Subtask(String issueKey,
URI issueUri,
String summary,
IssueType issueType,
Status status)
|
|
| Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type IssueType | |
|---|---|
Project(URI self,
String key,
String name,
String description,
BasicUser lead,
URI uri,
Collection<Version> versions,
Collection<BasicComponent> components,
OptionalIterable<IssueType> issueTypes,
Collection<BasicProjectRole> projectRoles)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||