Easy Redmine

Easy 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.easyredmine.com/
隐私策略 https://www.easyredmine.com/contacts/terms-and-conditions#data_processing

正在创建连接

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

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

违约

适用:所有区域

用于创建连接的参数。

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

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

限制

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

操作

列出用户

列出用户

创建任务

创建任务

创建项目

创建项目

按 ID 获取任务

按 ID 获取任务

按 ID 获取用户

按 ID 获取用户

按 ID 获取项目

按 ID 获取项目

更新任务

更新任务

列出用户

列出用户

返回

创建任务

创建任务

参数

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

项目标识

优先级 ID
priority_id True string

优先级 ID

Subject
subject True string

Subject

Description
description string

Description

开始日期
start_date date-time

yyyy-MM-dd

截止日期
due_date date-time

yyyy-MM-dd

估计小时数
estimated_hours float

估计小时数

返回

创建项目

创建项目

参数

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

项目名称

标识符
identifier string

与 ID 不同的唯一友好名称

Description
description string

Description

主页
homepage string

主页

父项目 ID
parent_id string

选择父项目

公众
is_public boolean

是公共项目

继承成员
inherit_members boolean

继承成员

返回

按 ID 获取任务

按 ID 获取任务

参数

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

問题

返回

按 ID 获取用户

按 ID 获取用户

参数

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

用户

返回

按 ID 获取项目

按 ID 获取项目

参数

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

项目

返回

更新任务

更新任务

参数

名称 密钥 必需 类型 说明
问题编号
issue_id True string

问题编号

项目标识
project_id string

项目标识

优先级 ID
priority_id string

优先级 ID

Subject
subject string

Subject

Description
description string

Description

状态
status_id string

状态

分配给 ID
assigned_to_id string

要分配此任务的用户

开始日期
start_date date-time

yyyy-MM-dd

截止日期
due_date date-time

yyyy-MM-dd

估计小时数
estimated_hours float

估计小时数

返回

response
string

触发器

任务创建时

任务创建时

任务更新时

任务更新时

创建项目时

创建项目时

任务创建时

任务创建时

参数

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

项目标识

返回

任务更新时

任务更新时

参数

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

项目标识

返回

创建项目时

创建项目时

返回

定义

ListProjectsResponse

名称 路径 类型 说明
项目
projects array of ProjectResponse

项目

ProjectResponse

名称 路径 类型 说明
项目标识
id integer
项目名称
name string
标识符
identifier string

项目的唯一标识符。

Description
description string
主页
homepage string
状态
status integer
作者
author.name string
创建时间
created_on date-time

yyyy-MM-ddTHH:mm:ss.fffZ

已更新
updated_on date-time

yyyy-MM-ddTHH:mm:ss.fffZ

开始日期
start_date date-time

yyyy-MM-dd

截止日期
due_date date-time

yyyy-MM-dd

CreateProjectResponse

名称 路径 类型 说明
项目 ID
id integer
项目名称
name string
标识符
identifier string

项目的唯一标识符

Description
description string
主页
homepage string
状态
status integer
作者
author.name string

作者用户名

创建时间
created_on date-time

yyyy-MM-ddTHH:mm:ss.fffZ

已更新
updated_on date-time

yyyy-MM-ddTHH:mm:ss.fffZ

ListIssuesResponse

名称 路径 类型 说明
问题
issues array of IssueResponse

问题

IssueResponse

名称 路径 类型 说明
任务 ID
id integer
项目 ID
project.id integer
项目名称
project.name string
跟踪器 ID
tracker.id integer
跟踪器
tracker.name string
状态 ID
status.id integer
状态
status.name string
优先级 ID
priority.id integer
Priority
priority.name string
作者 ID
author.id integer

作者的用户 ID

作者
author.name string

作者用户名

Subject
subject string
Description
description string
开始日期
start_date string
完成比率
done_ratio integer
创建时间
created_on date-time

yyyy-MM-ddTHH:mm:ss.fffZ

已更新
updated_on date-time

yyyy-MM-ddTHH:mm:ss.fffZ

GetIssueResponse

名称 路径 类型 说明
任务 ID
id integer
项目 ID
project.id integer
项目名称
project.name string
跟踪器 ID
tracker.id integer
跟踪器
tracker.name string
状态 ID
status.id integer
状态
status.name string
优先级 ID
priority.id integer
Priority
priority.name string
作者 ID
author.id integer

作者的用户 ID。

作者
author.name string

作者的用户名。

Subject
subject string
Description
description string
开始日期
start_date string
完成比率
done_ratio integer
花费数小时
spent_hours float
花费的总小时数
total_spent_hours float
创建时间
created_on date-time

yyyy-MM-ddTHH:mm:ss.fffZ

已更新
updated_on date-time

yyyy-MM-ddTHH:mm:ss.fffZ

ListUsersResponse

名称 路径 类型 说明
用户
users array of UserResponse

用户

UserResponse

名称 路径 类型 说明
用户 ID
id integer
登录
login string
名字
firstname string
姓氏
lastname string
Email
mail string
创建时间
created_on date-time
状态
status integer
用户类型名称
easy_user_type.name string
语言
language string

字符串

这是基本数据类型“string”。