다음을 통해 공유


Easy Redmine

Easy Redmine은 소프트웨어 프로젝트 관리를 위한 웹 기반 도구입니다.

이 커넥터는 다음 제품 및 지역에서 사용할 수 있습니다.

서비스 클래스 Regions
Copilot Studio Premium 다음을 제외한 모든 Power Automate 지역 :
     - 미국 정부(GCC)
     - 미국 정부(GCC High)
     - 21Vianet에서 운영하는 중국 클라우드
     - 미국 국방부(DoD)
논리 앱 스탠다드 다음을 제외한 모든 Logic Apps 지역 :
     - Azure Government 지역
     - Azure 중국 지역
     - 미국 국방부(DoD)
Power Apps Premium 다음을 제외한 모든 Power Apps 지역 :
     - 미국 정부(GCC)
     - 미국 정부(GCC High)
     - 21Vianet에서 운영하는 중국 클라우드
     - 미국 국방부(DoD)
Power Automate Premium 다음을 제외한 모든 Power Automate 지역 :
     - 미국 정부(GCC)
     - 미국 정부(GCC High)
     - 21Vianet에서 운영하는 중국 클라우드
     - 미국 국방부(DoD)
연락처
이름 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

연결을 만드는 중

커넥터는 다음 인증 유형을 지원합니다.

기본값 연결을 만들기 위한 매개 변수입니다. 모든 지역 공유할 수 없음

기본값

적용 가능: 모든 지역

연결을 만들기 위한 매개 변수입니다.

공유 가능한 연결이 아닙니다. 전원 앱이 다른 사용자와 공유되면 다른 사용자에게 새 연결을 명시적으로 만들라는 메시지가 표시됩니다.

이름 유형 Description 필수
API 키 시큐어스트링 (보안 문자열) API 키 진실
사이트 URL 문자열 루트 사이트 URL(예: https://my.easyredmine.com ) 진실

제한 한도

Name 호출 갱신 기간
연결당 API 호출 100 60초
트리거 폴링 빈도 1 15초

동작

ID로 사용자 가져오기

ID로 사용자 가져오기

ID로 작업 가져오기

ID로 작업 가져오기

ID로 프로젝트 가져오기

ID로 프로젝트 가져오기

사용자 나열

사용자 나열

작업 만들기

작업 만들기

작업 업데이트

작업 업데이트

프로젝트 만들기

프로젝트 만들기

ID로 사용자 가져오기

ID로 사용자 가져오기

매개 변수

Name 필수 형식 Description
사용자
user_id True string

사용자

반환

ID로 작업 가져오기

ID로 작업 가져오기

매개 변수

Name 필수 형식 Description
문제
issue_id True string

문제

반환

ID로 프로젝트 가져오기

ID로 프로젝트 가져오기

매개 변수

Name 필수 형식 Description
프로젝트
project_id True string

프로젝트

반환

사용자 나열

사용자 나열

반환

작업 만들기

작업 만들기

매개 변수

Name 필수 형식 Description
프로젝트 ID
project_id True string

프로젝트 ID

우선 순위 ID
priority_id True string

우선 순위 ID

주제
subject True string

주제

Description
description string

Description

시작 날짜
start_date date-time

yyyy-MM-dd

기한
due_date date-time

yyyy-MM-dd

예상 시간
estimated_hours float

예상 시간

반환

작업 업데이트

작업 업데이트

매개 변수

Name 필수 형식 Description
문제 ID
issue_id True string

문제 ID

프로젝트 ID
project_id string

프로젝트 ID

우선 순위 ID
priority_id string

우선 순위 ID

주제
subject string

주제

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

프로젝트 만들기

프로젝트 만들기

매개 변수

Name 필수 형식 Description
이름
name True string

프로젝트 이름

식별자
identifier string

ID와 다른 고유한 이름

Description
description string

Description

홈 페이지
homepage string

홈 페이지

부모 프로젝트 ID
parent_id string

부모 프로젝트 선택

공개
is_public boolean

퍼블릭 프로젝트인가요?

멤버 상속
inherit_members boolean

멤버 상속

반환

트리거

작업이 만들어지는 경우

작업이 만들어지는 경우

작업이 업데이트되는 경우

작업이 업데이트되는 경우

프로젝트를 만드는 경우

프로젝트를 만드는 경우

작업이 만들어지는 경우

작업이 만들어지는 경우

매개 변수

Name 필수 형식 Description
프로젝트 ID
project_id True string

프로젝트 ID

반환

작업이 업데이트되는 경우

작업이 업데이트되는 경우

매개 변수

Name 필수 형식 Description
프로젝트 ID
project_id True string

프로젝트 ID

반환

프로젝트를 만드는 경우

프로젝트를 만드는 경우

반환

정의

ListProjectsResponse

Name 경로 형식 Description
프로젝트
projects array of ProjectResponse

프로젝트

ProjectResponse

Name 경로 형식 Description
프로젝트 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

시작 날짜
start_date date-time

yyyy-MM-dd

기한
due_date date-time

yyyy-MM-dd

CreateProjectResponse

Name 경로 형식 Description
프로젝트 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

Name 경로 형식 Description
문제
issues array of IssueResponse

문제

IssueResponse

Name 경로 형식 Description
작업 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 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

Name 경로 형식 Description
작업 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 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

Name 경로 형식 Description
Users
users array of UserResponse

Users

UserResponse

Name 경로 형식 Description
사용자 ID
id integer
로그인
login string
이름 (이름의 첫 부분)
firstname string
성(姓)
lastname string
전자 메일
mail string
생성 일자
created_on date-time
상태
status integer
사용자 유형 이름
easy_user_type.name string
Language
language string

문자열

기본 데이터 형식 'string'입니다.