JDBC Driver for Jira Service Desk

Build 22.0.8462

RequestApprovals

This resource represents a request approval.

Select

Note: This resource is marked as EXPERIMENTAL and may change without notice.

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.

  • Id supports the following operator: =.
For example, the following query is processed server side:
SELECT * FROM RequestApprovals WHERE RequestID = '10001' AND Id = '10002'

Columns

Name Type ReadOnly Description
Id [KEY] String True

The Id of the approval.

RequestKey String True

The Id of the request.

RequestId [KEY] String True

The Key of the request.

Name [KEY] String True

The Name of the approval.

FinalDecision String False

The final decision.

The allowed values are approve, decline.

CanAnswerApproval String True

Shows if this approval can be answered.

Approvers String True

The approvers of this request.

CreatedDate String True

The datetime this request was approved.

CompletedDate String True

The datetime this request approval was created.

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