Uses of Class
com.codebarrel.jira.model.CreateIssueMetaData
Packages that use CreateIssueMetaData
Package
Description
-
Uses of CreateIssueMetaData in com.codebarrel.automation.rulecomponent.jira.common.functions
Methods in com.codebarrel.automation.rulecomponent.jira.common.functions that return types with arguments of type CreateIssueMetaDataModifier and TypeMethodDescriptionstatic Function<CreateIssueMetaData, Optional<Project>> JiraModelFunctions.singleProjectIfPresent()static Function<CreateIssueMetaData, Optional<IssueType>> JiraModelFunctions.singleProjectIssueTypeIfPresent() -
Uses of CreateIssueMetaData in com.codebarrel.jira.issues
Methods in com.codebarrel.jira.issues that return CreateIssueMetaDataModifier and TypeMethodDescriptionCreateIssueProjectMetaSupplier.get(List<String> projectKeysOrIds, List<String> issueTypeNamesOrIds, Set<String> fieldsToInclude) Returns a list of projects, and issuetypes with the associated fields for creation.Methods in com.codebarrel.jira.issues that return types with arguments of type CreateIssueMetaDataModifier and TypeMethodDescriptionIssueClient.getCreateIssueMetaData(String projectKeyOrId, String issueTypeNameOrId, Set<String> fieldsToInclude) Retreive given a project and issue type and all the field configIssueClient.getCreateIssueMetaData(List<String> projectKeysOrIds, List<String> issueTypeNamesOrIds, Set<String> fieldsToInclude) Retrieve given projects and issue types.IssueClient.getCreateIssueMetaData(Set<String> fieldsToInclude) Retrieve all the project ans issue types for creation.NativeIssueClient.getCreateIssueMetaData(String projectKeyOrId, String issueTypeNameOrId, Set<String> fieldsToInclude) NativeIssueClient.getCreateIssueMetaData(List<String> projectKeysOrIds, List<String> issueTypeNamesOrIds, Set<String> fieldsToInclude) NativeIssueClient.getCreateIssueMetaData(Set<String> fieldsToInclude) -
Uses of CreateIssueMetaData in com.codebarrel.jira.meta
Methods in com.codebarrel.jira.meta that return types with arguments of type CreateIssueMetaDataModifier and TypeMethodDescriptionJiraDataService.getCreateIssueMetaData(TenantActor tenantActor, String projectKey, String issueTypeId, Set<String> fieldsToInclude, Long auditId) NativeJiraDataService.getCreateIssueMetaData(TenantActor tenantActor, String projectKey, String issueTypeId, Set<String> fieldsToInclude, Long ignoredInServer)