Class ServiceDeskComponentService
java.lang.Object
com.codebarrel.automation.rulecomponent.jira.service.ServiceDeskComponentService
-
Constructor Summary
ConstructorsConstructorDescriptionServiceDeskComponentService(ClientFactory<JIRAClient> clientFactory, TenantService tenantService, FieldService fieldService, SmartBeanFactory smartBeanFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetOrCreateOrganizationForUser(ComponentContext context, SmartUserBean user, String projectId, boolean shouldCreate) booleanisCustomer(ComponentContext context, UserBean user, SmartIssueBean issueBean)
-
Constructor Details
-
ServiceDeskComponentService
@Inject public ServiceDeskComponentService(ClientFactory<JIRAClient> clientFactory, TenantService tenantService, FieldService fieldService, SmartBeanFactory smartBeanFactory)
-
-
Method Details
-
isCustomer
-
getOrCreateOrganizationForUser
public Optional<String> getOrCreateOrganizationForUser(ComponentContext context, SmartUserBean user, String projectId, boolean shouldCreate)
-