JDBC Driver for Jira Service Desk

Build 22.0.8462

RequestStatusChangelog

This resource represents the status transitions for a customer request.

Select

The driver will use the Jira Service Desk API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the driver.

  • RequestID supports the '=' operator.
  • RequestKey supports the '=' operator.
For example, the following query is processed server side:
SELECT * FROM RequestStatusChangelog WHERE RequestID = '10001'
SELECT * FROM RequestStatusChangelog WHERE RequestKey = 'TEST-1'

Columns

Name Type Description
RequestId [KEY] String The Id of the request.
RequestKey [KEY] String The Key of the request.
Status String The status of the request.
StatusDate Datetime The date of the request status.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462