Questions tagged [trello-powerup]

Trello Power-Ups are powerful independent modules that allow developers to modify the Trello experience while still maintaining member control. Power-Ups represent the ability to enrich the experience of members by modifying and improving their interactions with Boards and Cards.

26 questions
0
votes
2 answers

How to access current card id in Trello API

How can I programmatically get the currently displayed card id? Looking through the Trello API documentation and in particular at the t.card() call, I'm left wondering if there is further documentation somewhere better describing the allowed fields.…
topher217
  • 1,188
  • 12
  • 35
0
votes
0 answers

Trello json how to get lists

how to Get list name from Json in trello? I need it to be able to add it in omnifocus. So an http formate that give me the list is best.
Na el
  • 75
  • 9
0
votes
0 answers

Delete Card Button for Trello - Not working for new cards

New to using the Trello API and I'm running into an issue with the card buttons and using it to delete the card. https://glitch.com/edit/#!/360-delete-card?path=public/index.html The button works and shows up without issue in Trello and it does…
0
votes
1 answer

Microsoft Flow connection issue Trello with Microsoft To Do/Outlook tasks

Could you help me - how to resolve? I try to connect though Flow my Trello task creation to Microsoft To Do, but every time i receive issue, see below: { "error": { "code": "RequestBodyRead", "message": "A null value was found for the…
0
votes
1 answer

How to get all customFieldItems from a board if they don't have any values?

Keep things short: This call: https://api.trello.com/1/boards//cards/?fields=all&customFieldItems=true (Of cause with key/token) Will return all cards with each having a property "customFieldItems": [], but the value only contains data if the…
CodeBrauer
  • 2,690
  • 1
  • 26
  • 51
0
votes
1 answer

Trello Rest API to get all Trello cards which user is able to View/Edit/Delete using Trello website

I have a requirement that to display all Trello cards for which user has permission to view/edit/delete. I have gone through Trello Rest API Documentation and found below API to get the Trello…
MK446
  • 448
  • 6
  • 22
0
votes
1 answer

Retrieving card data in card-badges

I have an overlay and I'm able to save data using t.set('card', 'shared', 'key', 'value') Also i'm able to read that data using return Promise.all([ t.get('card', 'shared', 'key1'), t.get('card', 'shared', 'key2') ]) …
SuNcO
  • 45
  • 6
0
votes
1 answer

Use Trello as data Source for website and mobile App.How to Implement trello in server side because using apiKey and Token to client side in not good

I am using trello.I can call Trello Rest Api with APIKEY and TOKEN from my website using jQuery, get JSON and show into HTML page.This is not good to share KEY and TOKEN.I want to implement Trello in my Node.js backend server to server trello data…
Nirmal Bajpai
  • 229
  • 1
  • 8
0
votes
1 answer

Using Card Data in Trello Power-Up

I'm looking for a way to use Trello data in a powerup I am developing. I can get the powerup working as long as I have everything I need during TrelloPowerUp.initialize(), but the data I need is only accessible through Promises. This includes card,…
jobu1342
  • 150
  • 7
0
votes
1 answer

Access Card Members in Trello Powerup Card Button Popup

We are building a Trello Powerup to capture feedback information into a separate set of services (Rails app). To do this we have a Card button that creates a popup for an iframe similar to the example found in card-buttons capabilities. As part of…
Ryan Cromwell
  • 2,613
  • 1
  • 17
  • 33
-1
votes
1 answer

I want to fetch a JSON from a website, but keep getting the 401 error

https://trello.com/1/boards/7AmLPD2t/cards?pluginData=true I want to fetch the JSON in this URL, but I can't. Any help? I've tried most of the methods available on Stack Overflow already.
1
2