次の方法で共有


Redmine

Redmine は、ソフトウェア プロジェクト管理用の Web ベースのツールです。

このコネクタは、次の製品とリージョンで使用できます。

サービス クラス リージョン
コピロット スタジオ Standard 次を除くすべての Power Automate リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
ロジック アプリ Standard 次を除くすべての Logic Apps リージョン :
     - Azure Government リージョン
     - Azure China リージョン
     - 米国国防総省 (DoD)
Power Apps Standard 次を除くすべての Power Apps リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
Power Automate Standard 次を除くすべての Power Automate リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
お問い合わせ
名前 Microsoft
URL Microsoft LogicApps のサポート
Microsoft Power Automate のサポート
Microsoft Power Apps のサポート
コネクタ メタデータ
Publisher Microsoft
Website https://www.redmine.org/
プライバシー ポリシー https://redmine.org/projects/redmine/wiki/PrivacyPolicy

接続を作成する

コネクタでは、次の認証の種類がサポートされています。

デフォルト 接続を作成するためのパラメーター。 すべてのリージョン 共有不可

デフォルト

適用対象: すべてのリージョン

接続を作成するためのパラメーター。

これは共有可能な接続ではありません。 電源アプリが別のユーザーと共有されている場合、別のユーザーは新しい接続を明示的に作成するように求められます。

名前 タイプ Description 必須
API キー securestring API キー 正しい
サイト URL 文字列 ルート サイトの URL (例: http://my.redmine.com ) 正しい

調整制限

名前 呼び出し 更新期間
接続ごとの API 呼び出し 100 60 秒
トリガーポーリングの頻度 1 15 秒

アクション

ID でプロジェクトを取得する

ID でプロジェクトを取得します。

ID でユーザーを取得する

ID でユーザーを取得します。

ID で問題を取得する

ID で問題を取得します。

プロジェクトを作成する

プロジェクトを作成します。

ユーザーを一覧表示する

ユーザーを一覧表示します。

問題の作成

問題を作成します。

課題を更新する

問題を更新します。

ID でプロジェクトを取得する

ID でプロジェクトを取得します。

パラメーター

名前 キー 必須 説明
プロジェクト
project_id True string

プロジェクト。

戻り値

ID でユーザーを取得する

ID でユーザーを取得します。

パラメーター

名前 キー 必須 説明
User
user_id True string

利用者。

戻り値

ID で問題を取得する

ID で問題を取得します。

パラメーター

名前 キー 必須 説明
問題点
issue_id True string

発行。

戻り値

プロジェクトを作成する

プロジェクトを作成します。

パラメーター

名前 キー 必須 説明
名前
name True string

プロジェクトの名前。

識別子
identifier True string

ID とは異なる一意のフレンドリ名。

Description
description string

Description.

Homepage
homepage string

ホームページ。

親プロジェクト
parent_id string

親プロジェクトを選択します。

Public
is_public boolean

パブリック プロジェクトです。

メンバーを継承する
inherit_members boolean

メンバーを継承します。

戻り値

ユーザーを一覧表示する

ユーザーを一覧表示します。

戻り値

問題の作成

問題を作成します。

パラメーター

名前 キー 必須 説明
プロジェクト
project_id True string

プロジェクト。

Priority
priority_id True string

Priority.

追跡者
tracker_id True string

追跡者。

サブジェクト
subject True string

件名。

Description
description string

Description.

戻り値

課題を更新する

問題を更新します。

パラメーター

名前 キー 必須 説明
問題点
issue_id True string

発行。

Priority
priority_id string

Priority.

追跡者
tracker_id string

追跡者。

ステータス
status_id string

状態。

サブジェクト
subject string

件名。

Description
description string

Description.

戻り値

response
string

トリガー

プロジェクトの作成時

プロジェクトが作成されたとき。

問題が作成されたとき

問題が作成されたとき。

問題が更新されたとき

問題が更新されたとき。

プロジェクトの作成時

プロジェクトが作成されたとき。

戻り値

問題が作成されたとき

問題が作成されたとき。

パラメーター

名前 キー 必須 説明
プロジェクト
project_id True string

プロジェクト。

戻り値

問題が更新されたとき

問題が更新されたとき。

パラメーター

名前 キー 必須 説明
プロジェクト
project_id True string

プロジェクト。

戻り値

定義

ListProjectsResponse

名前 パス 説明
プロジェクト
projects array of ProjectResponse

プロジェクト。

ProjectResponse

名前 パス 説明
プロジェクト ID
id integer

プロジェクト ID。

プロジェクト名
name string

プロジェクト名。

識別子
identifier string

ID とは異なる一意のフレンドリ名。

Description
description string

Description.

ステータス
status integer

状態。

Public
is_public boolean

公共。

作成日
created_on date-time

作成日。

更新日
updated_on date-time

更新日。

GetProjectResponse

名前 パス 説明
プロジェクト ID
id integer

プロジェクト ID。

プロジェクト名
name string

プロジェクト名。

識別子
identifier string

ID とは異なる一意のフレンドリ名。

Description
description string

Description.

Homepage
homepage string

ホームページ。

ステータス
status integer

状態。

Public
is_public boolean

公共。

作成日
created_on date-time

作成日。

更新日
updated_on date-time

更新日。

CreateProjectResponse

名前 パス 説明
プロジェクト ID
id integer

プロジェクト ID。

プロジェクト名
name string

プロジェクト名。

識別子
identifier string

ID とは異なる一意のフレンドリ名。

Description
description string

Description.

Homepage
homepage string

ホームページ。

Parent
parent.name string

親。

ステータス
status integer

状態。

Public
is_public boolean

公共。

作成日
created_on date-time

作成日。

更新日
updated_on date-time

更新日。

ListIssuesResponse

名前 パス 説明
問題
issues array of IssueResponse

問題。

IssueResponse

名前 パス 説明
問題 ID
id integer

問題 ID。

プロジェクト名
project.name string

プロジェクト名。

追跡者
tracker.name string

追跡者。

ステータス
status.name string

状態。

Priority
priority.name string

Priority.

Author
author.name string

著者。

サブジェクト
subject string

件名。

Description
description string

Description.

開始日
start_date string

開始日。

期日
due_date string

期限。

完了率
done_ratio float

完了率。

推定時間
estimated_hours float

推定時間。

作成日
created_on date-time

作成日。

更新日
updated_on date-time

更新日。

GetIssueResponse

名前 パス 説明
問題 ID
id integer

問題 ID。

プロジェクト名
project.name string

プロジェクト名。

追跡者
tracker.name string

追跡者。

ステータス
status.name string

状態。

Priority
priority.name string

Priority.

Author
author.name string

著者。

サブジェクト
subject string

件名。

Description
description string

Description.

開始日
start_date string

開始日。

期日
due_date string

期限。

完了率
done_ratio integer

完了率。

推定時間
estimated_hours float

推定時間。

推定時間の合計
total_estimated_hours float

推定時間の合計。

時間を費やした時間
spent_hours float

時間を費やしました。

合計使用時間
total_spent_hours float

合計使用時間数。

作成日
created_on date-time

作成日。

更新日
updated_on date-time

更新日。

CreateIssueResponse

名前 パス 説明
問題 ID
id integer

問題 ID。

プロジェクト名
project.name string

プロジェクト名。

追跡者
tracker.name string

追跡者。

ステータス
status.name string

状態。

Priority
priority.name string

Priority.

Author
author.name string

著者。

サブジェクト
subject string

件名。

Description
description string

Description.

開始日
start_date string

開始日。

期日
due_date string

期限。

完了率
done_ratio integer

完了率。

推定時間
estimated_hours float

推定時間。

推定時間の合計
total_estimated_hours float

推定時間の合計。

作成日
created_on date-time

作成日。

更新日
updated_on date-time

更新日。

ListUsersResponse

名前 パス 説明
ユーザー
users array of UserResponse

ユーザー。

UserResponse

名前 パス 説明
ユーザー ID
id integer

ユーザー ID。

ログイン
login string

ログイン。

名(ファーストネーム)
firstname string

名前。

lastname string

名字。

Email
mail string

電子メール。

作成日
created_on date-time

作成日。

GetUserResponse

名前 パス 説明
ユーザー ID
id integer

ユーザー ID。

ログイン
login string

ログイン。

名(ファーストネーム)
firstname string

名前。

lastname string

名字。

Email
mail string

電子メール。

作成日
created_on date-time

作成日。

ステータス
status integer

状態。

文字列

これは基本的なデータ型 'string' です。