Redmine

Redmine 是基于 Web 的工具,用于软件项目管理。

此连接器在以下产品和区域中可用:

服务 Class 区域
Copilot Studio 标准 除以下各项外的所有 Power Automate 区域
     - 美国政府 (GCC)
     - 美国政府 (GCC High)
     - 由世纪互联运营的中国云
     - 美国国防部(DoD)
逻辑应用程序 标准 除以下各项外的所有 逻辑应用区域
     - Azure 政府区域
     - Azure 中国区域
     - 美国国防部(DoD)
Power Apps 标准 除以下各项外的所有 Power Apps 区域
     - 美国政府 (GCC)
     - 美国政府 (GCC High)
     - 由世纪互联运营的中国云
     - 美国国防部(DoD)
Power Automate 标准 除以下各项外的所有 Power Automate 区域
     - 美国政府 (GCC)
     - 美国政府 (GCC High)
     - 由世纪互联运营的中国云
     - 美国国防部(DoD)
联系人​​
Name Microsoft
URL Microsoft LogicApps 支持
Microsoft Power Automate 支持
Microsoft Power Apps 支持
连接器元数据
发布者 Microsoft
网站 https://www.redmine.org/
隐私策略 https://redmine.org/projects/redmine/wiki/PrivacyPolicy

正在创建连接

连接器支持以下身份验证类型:

默认 用于创建连接的参数。 所有区域 不可共享

违约

适用:所有区域

用于创建连接的参数。

这是不可共享的连接。 如果 Power App 与另一个用户共享,系统会提示其他用户显式创建新连接。

Name 类型 Description 必选
API 密钥 securestring API 密钥 True
网站 URL 字符串 根网站 URL (示例: http://my.redmine.com True

限制

名称 调用 续订期
每个连接的 API 调用数 100 60 秒
触发器轮询的频率 1 15 秒

操作

列出用户

列出用户。

创建问题

创建问题。

创建项目

创建项目。

按 ID 获取用户

按 ID 获取用户。

按 ID 获取问题

按 ID 获取问题。

按 ID 获取项目

按 ID 获取项目。

更新问题

更新问题。

列出用户

列出用户。

返回

创建问题

创建问题。

参数

名称 密钥 必需 类型 说明
项目
project_id True string

项目。

Priority
priority_id True string

Priority.

跟踪器
tracker_id True string

跟踪器。

Subject
subject True string

主题。

Description
description string

Description.

返回

创建项目

创建项目。

参数

名称 密钥 必需 类型 说明
Name
name True string

项目的名称。

标识符
identifier True string

与 ID 不同的唯一友好名称。

Description
description string

Description.

主页
homepage string

主页。

父项目
parent_id string

选择父项目。

公众
is_public boolean

是公共项目。

继承成员
inherit_members boolean

继承成员。

返回

按 ID 获取用户

按 ID 获取用户。

参数

名称 密钥 必需 类型 说明
用户
user_id True string

用户。

返回

按 ID 获取问题

按 ID 获取问题。

参数

名称 密钥 必需 类型 说明
問题
issue_id True string

问题。

返回

按 ID 获取项目

按 ID 获取项目。

参数

名称 密钥 必需 类型 说明
项目
project_id True string

项目。

返回

更新问题

更新问题。

参数

名称 密钥 必需 类型 说明
問题
issue_id True string

问题。

Priority
priority_id string

Priority.

跟踪器
tracker_id string

跟踪器。

状态
status_id string

状态。

Subject
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

状态。

公众
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 string

主页。

状态
status integer

状态。

公众
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 string

主页。

Parent
parent.name string

父母。

状态
status integer

状态。

公众
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.name string

作者。

Subject
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.name string

作者。

Subject
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.name string

作者。

Subject
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”。