An open API service indexing awesome lists of open source software.

https://github.com/simplicitesoftware/module-trello2redmine

Internal tool to migrate a project from trello to redmine
https://github.com/simplicitesoftware/module-trello2redmine

Last synced: 6 months ago
JSON representation

Internal tool to migrate a project from trello to redmine

Awesome Lists containing this project

README

          

![](https://docs.simplicite.io//logos/logo250.png)
* * *

`Trello2Redmine` module definition
==================================

### Introduction

This is a basic tool to facilitats project migration from Trello Boards to a Redmine instance.

### Import

To import this module:

- Create a module named `Trello2Redmine`
- Set the settings as:

```json
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-trello2redmine.git"
}
}
```

- Click on the _Import module_ button

`TrdConfig` business object definition
--------------------------------------

### Fields

| Name | Type | Required | Updatable | Personal | Description |
| ------------------------------------------------------------ | ---------------------------------------- | -------- | --------- | -------- | -------------------------------------------------------------------------------- |
| `trdCgfTrelloBoard` | char(255) | yes | yes | | - |
| `trdCgfTrelloToken` | password(255) | yes | yes | | - |
| `trdCgfTrelloKey` | password(255) | yes | yes | | - |
| `trdCgfRedmineKey` | password(255) | yes | yes | | - |
| `trdCgfRedmineUser` | int(3) | yes | yes | | - |
| `trdCgfRedmineProject` | int(3) | yes | yes | | - |
| `trdCgfDescription` | char(255) | yes* | yes | | - |
| `trdCgfRedmineInstanceUrl` | url(255) | | yes | | - |

### Custom actions

* `import`: