Redmine
Redmine is a web based tool for software project management.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Standard | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Standard | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://www.redmine.org/ |
Privacy policy | https://redmine.org/projects/redmine/wiki/PrivacyPolicy |
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | API Key | True |
Site url | string | Root site url (Example: http://my.redmine.com ) | True |
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Frequency of trigger polls | 1 | 15 seconds |
Create a project |
Create a project. |
Create an issue |
Create an issue. |
Get issue by ID |
Get issue by ID. |
Get project by ID |
Get project by ID. |
Get user by ID |
Get user by ID. |
List users |
List users. |
Update an issue |
Update an issue. |
Create a project.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Name
|
name | True | string |
Name of project. |
Identifier
|
identifier | True | string |
Unique friendly name that is different from id. |
Description
|
description | string |
Description. |
|
Homepage
|
homepage | string |
Homepage. |
|
Parent project
|
parent_id | string |
Select the parent project. |
|
Public
|
is_public | boolean |
Is a public project. |
|
Inherit members
|
inherit_members | boolean |
Inherit members. |
Returns
Create an issue.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Project
|
project_id | True | string |
Project. |
Priority
|
priority_id | True | string |
Priority. |
Tracker
|
tracker_id | True | string |
Tracker. |
Subject
|
subject | True | string |
Subject. |
Description
|
description | string |
Description. |
Returns
- Body
- CreateIssueResponse
Get issue by ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Issue
|
issue_id | True | string |
Issue. |
Returns
- Body
- GetIssueResponse
Get project by ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Project
|
project_id | True | string |
Project. |
Returns
- Body
- GetProjectResponse
Get user by ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
User
|
user_id | True | string |
User. |
Returns
- Body
- GetUserResponse
Update an issue.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Issue
|
issue_id | True | string |
Issue. |
Priority
|
priority_id | string |
Priority. |
|
Tracker
|
tracker_id | string |
Tracker. |
|
Status
|
status_id | string |
Status. |
|
Subject
|
subject | string |
Subject. |
|
Description
|
description | string |
Description. |
Returns
- response
- string
When a project is created |
When a project is created. |
When an issue is created |
When an issue is created. |
When an issue is updated |
When an issue is updated. |
When an issue is created.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Project
|
project_id | True | string |
Project. |
Returns
- Body
- ListIssuesResponse
When an issue is updated.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Project
|
project_id | True | string |
Project. |
Returns
- Body
- ListIssuesResponse
Name | Path | Type | Description |
---|---|---|---|
Projects
|
projects | array of ProjectResponse |
Projects. |
Name | Path | Type | Description |
---|---|---|---|
Project id
|
id | integer |
Project id. |
Project name
|
name | string |
Project name. |
Identifier
|
identifier | string |
Unique friendly name that is different from id. |
Description
|
description | string |
Description. |
Status
|
status | integer |
Status. |
Public
|
is_public | boolean |
Public. |
Created on
|
created_on | date-time |
Created on. |
Updated on
|
updated_on | date-time |
Updated on. |
Name | Path | Type | Description |
---|---|---|---|
Project id
|
id | integer |
Project id. |
Project name
|
name | string |
Project name. |
Identifier
|
identifier | string |
Unique friendly name that is different from id. |
Description
|
description | string |
Description. |
Homepage
|
homepage | string |
Homepage. |
Status
|
status | integer |
Status. |
Public
|
is_public | boolean |
Public. |
Created on
|
created_on | date-time |
Created on. |
Updated on
|
updated_on | date-time |
Updated on. |
Name | Path | Type | Description |
---|---|---|---|
Project id
|
id | integer |
Project id. |
Project name
|
name | string |
Project name. |
Identifier
|
identifier | string |
Unique friendly name that is different from id. |
Description
|
description | string |
Description. |
Homepage
|
homepage | string |
Homepage. |
Parent
|
parent.name | string |
Parent. |
Status
|
status | integer |
Status. |
Public
|
is_public | boolean |
Public. |
Created on
|
created_on | date-time |
Created on. |
Updated on
|
updated_on | date-time |
Updated on. |
Name | Path | Type | Description |
---|---|---|---|
Issues
|
issues | array of IssueResponse |
Issues. |
Name | Path | Type | Description |
---|---|---|---|
Issue Id
|
id | integer |
Issue Id. |
Project name
|
project.name | string |
Project name. |
Tracker
|
tracker.name | string |
Tracker. |
Status
|
status.name | string |
Status. |
Priority
|
priority.name | string |
Priority. |
Author
|
author.name | string |
Author. |
Subject
|
subject | string |
Subject. |
Description
|
description | string |
Description. |
Start date
|
start_date | string |
Start date. |
Due date
|
due_date | string |
Due date. |
Done ratio
|
done_ratio | float |
Done ratio. |
Estimated hours
|
estimated_hours | float |
Estimated hours. |
Created on
|
created_on | date-time |
Created on. |
Updated on
|
updated_on | date-time |
Updated on. |
Name | Path | Type | Description |
---|---|---|---|
Issue Id
|
id | integer |
Issue Id. |
Project name
|
project.name | string |
Project name. |
Tracker
|
tracker.name | string |
Tracker. |
Status
|
status.name | string |
Status. |
Priority
|
priority.name | string |
Priority. |
Author
|
author.name | string |
Author. |
Subject
|
subject | string |
Subject. |
Description
|
description | string |
Description. |
Start date
|
start_date | string |
Start date. |
Due date
|
due_date | string |
Due date. |
Done ratio
|
done_ratio | integer |
Done ratio. |
Estimated hours
|
estimated_hours | float |
Estimated hours. |
Total estimated hours
|
total_estimated_hours | float |
Total estimated hours. |
Spent hours
|
spent_hours | float |
Spent hours. |
Total spent hours
|
total_spent_hours | float |
Total spent hours. |
Created on
|
created_on | date-time |
Created on. |
Updated on
|
updated_on | date-time |
Updated on. |
Name | Path | Type | Description |
---|---|---|---|
Issue Id
|
id | integer |
Issue Id. |
Project name
|
project.name | string |
Project name. |
Tracker
|
tracker.name | string |
Tracker. |
Status
|
status.name | string |
Status. |
Priority
|
priority.name | string |
Priority. |
Author
|
author.name | string |
Author. |
Subject
|
subject | string |
Subject. |
Description
|
description | string |
Description. |
Start date
|
start_date | string |
Start date. |
Due date
|
due_date | string |
Due date. |
Done ratio
|
done_ratio | integer |
Done ratio. |
Estimated hours
|
estimated_hours | float |
Estimated hours. |
Total estimated hours
|
total_estimated_hours | float |
Total estimated hours. |
Created on
|
created_on | date-time |
Created on. |
Updated on
|
updated_on | date-time |
Updated on. |
Name | Path | Type | Description |
---|---|---|---|
Users
|
users | array of UserResponse |
Users. |
Name | Path | Type | Description |
---|---|---|---|
User Id
|
id | integer |
User Id. |
Login
|
login | string |
Login. |
First name
|
firstname | string |
First name. |
Last name
|
lastname | string |
Last name. |
Email
|
string |
Email. |
|
Created on
|
created_on | date-time |
Created on. |
Name | Path | Type | Description |
---|---|---|---|
User Id
|
id | integer |
User Id. |
Login
|
login | string |
Login. |
First name
|
firstname | string |
First name. |
Last name
|
lastname | string |
Last name. |
Email
|
string |
Email. |
|
Created on
|
created_on | date-time |
Created on. |
Status
|
status | integer |
Status. |
This is the basic data type 'string'.