I am writing a Python script that gets certain information about a Trello Card and prints it out on screen.
Using Trello's REST API and .json data, I need to pull the following information:
1 - Card URL
2 - Completed Checklist Items
3 - GitHub Pull Request URLs
With GitHub being a Trello Power Up, there doesn't seem to be a way to easily retrieve the URL of each Pull Request through the API.
Hey Isaac,
Marta here, from Trello Support.
I will post my response here as well so it's available to other customers. To get all of the Github PR's linked on a card, you will need to filter through the attachments.https://developers.trello.com/v1.0/reference#cardsidattachments
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.