JDBC Driver for Jira Service Management

Build 23.0.8839

RequestStatusChangelog

This resource represents the status transitions for a customer request.

Select

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

  • 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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839