Uses of Class
com.atlassian.jira.rest.client.api.domain.IssueType
Packages that use IssueType
Package
Description
-
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 IssueTypeModifier and TypeMethodDescriptionIssueRestClient.getCreateIssueMetaProjectIssueTypes(String projectIdOrKey, Long startAt, Integer maxResults) io.atlassian.util.concurrent.Promise<IssueType> MetadataRestClient.getIssueType(URI uri) Retrieves from the server complete information about selected issue typeMetadataRestClient.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.domainMethods in com.atlassian.jira.rest.client.api.domain that return IssueTypeMethods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type IssueTypeConstructors in com.atlassian.jira.rest.client.api.domain with parameters of type IssueTypeModifierConstructorDescriptionIssue(String summary, URI self, String key, Long id, BasicProject project, IssueType issueType, Status status, String description, BasicPriority priority, Resolution resolution, Collection<Attachment> attachments, User reporter, User assignee, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, org.joda.time.DateTime dueDate, Collection<Version> affectedVersions, Collection<Version> fixVersions, Collection<BasicComponent> components, TimeTracking timeTracking, Collection<IssueField> issueFields, Collection<Comment> comments, URI transitionsUri, Collection<IssueLink> issueLinks, BasicVotes votes, Collection<Worklog> worklogs, BasicWatchers watchers, Iterable<String> expandos, RelativeTask parentTask, Collection<RelativeTask> subtasks, Collection<ChangelogGroup> changelog, Operations operations, Set<String> labels) Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type IssueTypeModifierConstructorDescriptionProject(Iterable<String> expandos, URI self, String key, Long id, String name, String description, BasicUser lead, URI uri, Collection<Version> versions, Collection<BasicComponent> components, OptionalIterable<IssueType> issueTypes, Collection<BasicProjectRole> projectRoles) -
Uses of IssueType in com.atlassian.jira.rest.client.api.domain.input
Methods in com.atlassian.jira.rest.client.api.domain.input with parameters of type IssueTypeConstructors in com.atlassian.jira.rest.client.api.domain.input with parameters of type IssueTypeModifierConstructorDescriptionIssueInputBuilder(BasicProject project, IssueType issueType) IssueInputBuilder(BasicProject project, IssueType issueType, String summary)