Jira Connector
Documentation
Version: 9
Documentation

Tables for Jira Connector


On this page you will see possible API actions you can perform with Jira connector. We will refer this as API Table or just Table.

Name Description Supported Operations
__DynamicRequest__ This is a generic table. Use this to support Bulk read / write. You can supply Dynamic URL Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT generic_request
INSERT generic_request_bulk_write
UPDATE generic_request_bulk_write
UPSERT
DELETE
LOOKUP
Comments No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_comments
INSERT
UPDATE
UPSERT
DELETE
LOOKUP get_comments
Fields No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_fields
INSERT
UPDATE
UPSERT
DELETE
LOOKUP
Issues No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_issues
INSERT create_issues
UPDATE update_issue
UPSERT
DELETE delete_issue
LOOKUP get_issues
IssueTypes No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_types
INSERT
UPDATE
UPSERT
DELETE
LOOKUP
Projects No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_projects
INSERT create_project
UPDATE upsert_project
UPSERT upsert_project
DELETE delete_project
LOOKUP
Users No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_users
INSERT create_user
UPDATE
UPSERT
DELETE delete_user
LOOKUP
Worklogs No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_worklogs
INSERT create_worklog
UPDATE update_worklog
UPSERT
DELETE delete_worklogs
LOOKUP get_worklogs