Open
Conversation
1. export Trello Plus Spent and Estimate values, extracting values from card titles in format (S/E) 2. export comments (with a default limit of 100, see commentLimit in script) 3. export checklists and checklists' items 4. export list of attachments 5. export a link to each card 6. export votes 7. use updated version of xlsx.js, modified by me (escapeXML) 8. use updated version of jquery, 2.1.0 9. use usernames instead of initials for members
Whatsnew for version 1.8.9: - added column Card # - added columns memberCreator, datetimeCreated, datetimeDone and memberDone pulling modifications from https://github.com/bmccormack/export-for-trello/blob/5b2b8b102b98ed2c49241105cb9e00e44d4e1e86/trelloexport.js - added linq.min.js library to support linq queries for the above modifications
- switched to SheetJS library to export to excel, cfr [https://github.com/SheetJS/js-xlsx](https://github.com/SheetJS/js-xlsx "https://github.com/SheetJS/js-xlsx") - unicode characters are now correctly exported to xlsx
- fixed button loading - some code cleaning
- fixed blocking error when duedate specified - thanks @ggyaniv for help - new button loading function: the "Export Excel" button should always appear now
restored archived cards sheet
Ignore case in finding 'Done' lists
TrelloExport now has a dedicated Trello board
Adapt inject script to modifie Trello layout
Fixed a bug by which the previously used BoardID was kept when navigating to another board.
TrelloExport now has 4 export methods
Fixes comments exporting
Fix unshowing button on team boards
Fix unshowing button on team boards (merge pull request)
- fix error 403 in loading many cards: added automatic retry with exponential backoff for 403 errors - optimize API requests: only request checklists/attachments/comments when needed based on selected columns - removed unnecessary API parameters (organization_fields, membersInvited) that could trigger 403 - reduced member_fields from 'all' to 'fullName,username'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
Can you add DueComplete as the parameter for saying Done Date?
Thank you