Package | Description |
---|---|
com.atlassian.servicedesk.api.organization |
Modifier and Type | Method and Description |
---|---|
CustomerOrganization |
OrganizationService.createOrganization(com.atlassian.jira.user.ApplicationUser user,
CreateOrganizationParameters parameters)
Creates a new customer organization.
|
CustomerOrganization |
OrganizationService.getById(com.atlassian.jira.user.ApplicationUser user,
Integer organizationId)
Gets customer organization by ID if user is an agent or a member of the organization.
|
CustomerOrganization |
UsersInOrganizationQuery.organization()
To query for a specified
CustomerOrganization |
CustomerOrganization |
OrganizationServiceDeskUpdateParameters.organization() |
CustomerOrganization |
UsersOrganizationUpdateParameters.organization() |
Modifier and Type | Method and Description |
---|---|
PagedResponse<CustomerOrganization> |
OrganizationService.getOrganizations(com.atlassian.jira.user.ApplicationUser user,
OrganizationsQuery requestQuery)
Returns a list of organizations in the Jira instance based on query parameters.
|
Modifier and Type | Method and Description |
---|---|
UsersInOrganizationQuery.Builder |
UsersInOrganizationQuery.Builder.customerOrganization(CustomerOrganization organization) |
OrganizationServiceDeskUpdateParameters.Builder |
OrganizationServiceDeskUpdateParameters.Builder.organization(CustomerOrganization customerOrganizations) |
UsersOrganizationUpdateParameters.Builder |
UsersOrganizationUpdateParameters.Builder.organization(CustomerOrganization organization) |
Copyright © 2020 Atlassian. All rights reserved.