Jira package
- 最終更新日2026/05/06
Jira package
The Jira package contains actions and web trigger that enables you to automate issue management workflows in a Jira instance. These actions and trigger allow you to integrate the Jira instance with other business processes, and reduces the manual effort in issue tracking and project management.
Overview
The actions available in the Jira package enables users to automate workflows such as issue, project and comment management in Jira instances. The Jira package also contains a web trigger for creating event-based automations that the Jira events trigger. For more information about the Jira web trigger, see Jiraウェブトリガー.
Authentication
The Jira package uses an API token or OAuth connection for authenticating the connection between Control Room and Jira. For API token-based authentication, ensure that the token is valid. For more information about creating Jira API tokens, see Manage API tokens for your Atlassian account. For OAuth-based authentication, ensure that the scopes for CRUD operations are defined in the Atlassian developer console. For more information about configuring OAuth, see OAuth 2.0 (3LO) apps.
Actions in the Jira
| Action | Descriptions |
|---|---|
| 接続 | Securely connects to Jira and authenticates the automation session. |
| プロジェクトの作成 | Creates a project in the Jira instance. |
| プロジェクト取得 | Retrieves the details of the projects in a Jira instance. |
| プロジェクト更新 | Updates the details of the specified project. |
| プロジェクトの削除 | Deletes the specified project. |
| 問題の作成 | Creates an issue in the Jira project. |
| 問題を取得 | Retrieves the details of the specified issue using the issue key. |
| 問題の更新 | Updates the details of the specified issue. |
| 問題の削除 | Deletes the specified issue. |
| コメントを追加 | Adds a comment to the specified issue. |
| コメントを見る | Retrieves the comments available in the specified issue. |
| コメント更新 | Updates the comment body text of the specified comment in an issue. |
| コメント削除 | Deletes the specified comment from the issue. |
| 切断 | Disconnects and closes the automation session. |