See: Description
Interface | Description |
---|---|
ServiceDesk |
Represents a JIRA Service Desk
|
ServiceDeskManager |
Provides access to
ServiceDesk objects without permission checks. |
ServiceDeskService |
Provides access to
ServiceDesk objects |
Class | Description |
---|---|
ExceptionMessage |
Message returned inside of a
ServiceDeskServiceException
Contains an error key and a translated error message based on the language settings of the Jira Application. |
Exception | Description |
---|---|
AuthorizationException |
An Exception thrown by Jira Service Desk indicating that the current user is not authorized to perform the requested
action.
|
BadRequestException |
An Exception thrown by Jira Service Desk when the request to the server is malformed in some way
|
ForbiddenException |
An Exception thrown by Jira Service Desk indicating that a particular action can not be performed by the current user.
|
NoSuchEntityException |
A generic Exception thrown by Jira Service Desk when an Entity required for an operation can not be found
|
ServerException |
Basic Exception thrown by Jira Service Desk when something has gone wrong and the server does not know how to
handle it.
|
ServiceDeskServiceException |
Base Exception thrown by Jira Service Desk.
|
Basically, use them to integrate with JIRA Service Desk.
Copyright © 2018 Atlassian. All rights reserved.