S
S
SonicGD2013-03-21 07:11:16
Agile
SonicGD, 2013-03-21 07:11:16

Trello - quickly add cards from the browser

Subject. Are there extensions for the same chrome so that you can add cards without going to the Trello site itself? It would be convenient to put such a thing for all employees of the company so that they report about bugs on the project in this way.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
romirez, 2013-03-21
@romirez

There is a bookmarklet that simply adds a new card to a specific trello list with the text of the current selection: github.com/danlec/Trello-Bookmarklet (not by me)
you just need to add a bookmark with the url

javascript:(function(a){window.trelloAppKey="optional";window.trelloIdList="optional";var b=a.createElement("script");b.src="https://raw.github.com/danlec/Trello-Bookmarklet/master/trello_bookmarklet.js";a.getElementsByTagName("head")[0].appendChild(b)})(document);

On the first click, it will ask for the api key for trello (taken here trello.com/1/appKey/generate ), then it will ask you to select a list in which to put new cards - and that's it, when you click on the bookmark, it will add new cards.
Of the minuses - you need to give an API key again for each domain from which you need to generate cards

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question