テーブル
本製品 はJira のデータを、標準のSQL ステートメントを使用してクエリできるテーブルのリストにモデル化します。
一般的には、Jira テーブルのクエリは、リレーショナルデータベースのテーブルのクエリと同じです。時には特別なケースもあります。例えば、テーブルの特定のカラムデータを取得するために特定のカラムをWHERE 句に含める必要がある場合などです。これは通常、特定のカラムを取得するために行ごとに個別のリクエストを行う必要がある場合に必要です。これらの特別な状況は、以下にリンクされているテーブルページの上部に明確に文書化されています。
CData Python Connector for Jira テーブル
| Name | Description |
| Attachments | Query, insert and delete the available Attachments in JIRA. |
| Boards | Query, insert and delete the agile Boards in Jira. |
| Comments | Create, modify, delete and query the available Comment types in JIRA. |
| Issues | Create, modify, delete and query Issues in JIRA. |
| IssueTypes | Query the available Issue Types in JIRA. |
| ProjectComponents | Query, create, modify, and delete the available Components of a project in JIRA. |
| Projects | Query, update, insert and delete the available Projects in JIRA. |
| ProjectVersions | Query,create, modify and delete the available Versions of a project in JIRA. |
| Roles | Query the available roles in JIRA. |
| Sprints | Query,create, modify and delete the agile Sprints in Jira. |
| Users | Query the available Users in JIRA. |
| Worklogs | Create, modify, delete and query the available Worklogs in JIRA. |