All Projects → trac-hacks → Trellototrac

trac-hacks / Trellototrac

Trac plugin for import Trello card

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Trellototrac

react-native-dnd-board
A drag and drop Kanban board for React Native.
Stars: ✭ 41 (+310%)
Mutual labels:  trello, card
Unity-Trello
☑️️ Generate Trello cards directly from Unity
Stars: ✭ 34 (+240%)
Mutual labels:  trello, card
Nextcloud Deck
📋 Android client for nextcloud deck app
Stars: ✭ 318 (+3080%)
Mutual labels:  trello, card
Mfcard
Easily integrate Credit Card payments module in iOS App. Swift 4.0
Stars: ✭ 356 (+3460%)
Mutual labels:  card
React Kanban
Yet another Kanban/Trello board lib for React.
Stars: ✭ 345 (+3350%)
Mutual labels:  trello
Hearthstone Deck Tracker
A deck tracker and deck manager for Hearthstone on Windows
Stars: ✭ 4,496 (+44860%)
Mutual labels:  card
Lokum
Manage a website’s content using Trello
Stars: ✭ 26 (+160%)
Mutual labels:  trello
Flutter Infinitecards
An infinite card switching UI for Flutter, support custom animation 自定义实现神奇动效的卡片切换视图
Stars: ✭ 333 (+3230%)
Mutual labels:  card
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+7060%)
Mutual labels:  card
Stacklayout
Android 层叠卡片控件,仿"探探app"
Stars: ✭ 437 (+4270%)
Mutual labels:  card
React Native Cardview
Native CardView for react-native (All Android version and iOS)
Stars: ✭ 426 (+4160%)
Mutual labels:  card
Npx card
use npx anmol to connect with me
Stars: ✭ 377 (+3670%)
Mutual labels:  card
Chessandcard 2dx
收集 cocos2d-x 的棋牌项目,投稿啊,投稿。
Stars: ✭ 477 (+4670%)
Mutual labels:  card
Xlcardswitch
iOS 利用余弦函数特性实现可以居中放大的图片浏览工具
Stars: ✭ 361 (+3510%)
Mutual labels:  card
Vue Content Loading
Vue component to easily build (or use presets) SVG loading cards Facebook like.
Stars: ✭ 729 (+7190%)
Mutual labels:  card
Stacklayoutmanager
customized layoutmanager,let item pile up like stackview/类似最美有物卡片堆叠效果
Stars: ✭ 343 (+3330%)
Mutual labels:  card
Bulletinboard
General-purpose contextual cards for iOS
Stars: ✭ 5,173 (+51630%)
Mutual labels:  card
Timelinecards
Presenting timelines as cards, single or bundled in scrollable feed!
Stars: ✭ 415 (+4050%)
Mutual labels:  card
Tangram Android
Tangram is a modular UI solution for building native page dynamically including Tangram for Android, Tangram for iOS and even backend CMS. This project provides the sdk on Android.
Stars: ✭ 4,052 (+40420%)
Mutual labels:  card
Codestream
The Code Collaboration Tool Built for Remote Teams
Stars: ✭ 459 (+4490%)
Mutual labels:  trello

TrelloToTrac

Trac Plugin for Trello Integration Converts cards to a board trello and as part of trac tickets. Ticktes are associated with a release and a iteretion (AgileTrac).

TrelloToTrac depends from Trolly https://github.com/plish/Trolly v0.1

$ sudo pip install py-trello
$ sudo pip install trolly

Get oauth token

sudo pip install httplib2
sudo pip install oauth2
sudo pip install configparser

set config.ini with this content https://trello.com/1/appKey/generate

#config.ini
[trello]
consumer_key = **
consumer_secret = **

#run
python util.py

Set oauth_token result in trac.ini

user_auth_token = **

Add to trac.ini consumer_key as

api_key = ***

Add to trac.ini agiletrac if agiletracplugin is active as

agile_trac = false/true

Add to trac.ini estimationtools if estimationtools is active as

estimationtools = false/true

You can insert estimationtools field value with this format in card name. (VALUE) nameofcard

For use trello and trac sync comment you must:

Add to trac.ini "trellocard" custom field

trellocard = text
trellocard.label = Trello Card
trellocard.value = 0

Create webhook on Trello

https://trello.com/docs/gettingstarted/webhooks.html

https://trello.com/docs/api/webhook/index.html

Final trac.ini

[trello]
api_key = ***
user_auth_token = ***
boards = ***  [boards comma separated]
lists = ***  [lists comma separeted]
agile_trac = false/true
estimationtools = false/true

[trello-user]
5****f = magni

[ticket-custom]
trellocard = select
trellocard.label = Trello Card
trellocard.value = 0
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].