See: Description
Interface | Description |
---|---|
ServiceDesk |
Represents a service project
|
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 Management indicating that the current user is not authorized to perform the requested
action.
|
BadRequestException |
An exception thrown by Jira Service Management when the request to the server is malformed in some way
|
ForbiddenException |
An Exception thrown by Jira Service Management indicating that a particular action can not be performed by the current user.
|
NoSuchEntityException |
A generic exception thrown by Jira Service Management when an Entity required for an operation can't be found
|
ServerException |
Basic Exception thrown by Jira Service Management when something has gone wrong and the server does not know how to
handle it.
|
ServiceDeskServiceException |
Base Exception thrown by Jira Service Management.
|
NOTE: These interfaces are public and are for consumption by non-Atlassian plugins and consideration will be given to and guarantees made for its compatibility between releases.
Basically, use them to integrate with Jira Service Management.
Copyright © 2024 Atlassian. All rights reserved.