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
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-trello2redmine
- Owner: simplicitesoftware
- Created: 2020-06-10T09:22:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T09:59:10.000Z (about 6 years ago)
- Last Synced: 2024-12-29T10:44:55.960Z (over 1 year ago)
- Language: Java
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

* * *
`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`: