public class GetCreateIssueMetadataOptions extends Object
IssueRestClient.getCreateIssueMetadata(GetCreateIssueMetadataOptions).
GetCreateIssueMetadataOptionsBuilder is very useful for building objects of this class.| Modifier and Type | Field and Description |
|---|---|
static String |
EXPAND_PROJECTS_ISSUETYPES_FIELDS |
Iterable<String> |
expandos |
Iterable<Long> |
issueTypeIds |
Iterable<String> |
issueTypeNames |
Iterable<Long> |
projectIds |
Iterable<String> |
projectKeys |
public static final String EXPAND_PROJECTS_ISSUETYPES_FIELDS
public GetCreateIssueMetadataOptions(@Nullable Iterable<String> expandos, @Nullable Iterable<String> issueTypeNames, @Nullable Iterable<Long> issueTypeIds, @Nullable Iterable<String> projectKeys, @Nullable Iterable<Long> projectIds)
expandos - List of fields that should be expanded. See constants with prefix EXPAND_ in this class. Pass null to ignore.issueTypeNames - List of issue types names to filter results. Pass null to ignore.issueTypeIds - List of issue types Ids to filter results. Pass null to ignore.projectKeys - List of projects keys used to filter results. Pass null to ignore.projectIds - List of projects Ids used to filter results. Pass null to ignore.Copyright © 2013 Atlassian. All Rights Reserved.