package

com.atlassian.jira.rest

Classes

Dates Utility class for formatting and parsing date and date/time objects in ISO8601 format. 
Dates.DateAdapter  
Dates.DateTimeAdapter  

Exceptions

BadRequestWebException This exception is thrown when a client provides invalid input to a REST resource. 
ForbiddenWebException This exception is thrown when a caller does not have permission to access a JIRA REST resource. 
NotAuthorisedWebException This exception is thrown when a caller is not authorised to access a JIRA REST resource. 
NotFoundWebException This exception is thrown when a JIRA REST resource is not found, or it cannot be read for some other reason (such as security checks). 
ServerErrorWebException This exception is thrown when a JIRA REST resource aborts in an unforeseen manner).