trapias / TrelloExport

Chrome extension to export Trello boards to Excel, Markdown, HTML, OPML and CSV
MIT License
127 stars 27 forks source link

Export Done and Done By is missing #55

Closed celestescleaningclub closed 5 years ago

celestescleaningclub commented 6 years ago

I have uploaded the export, a screenshot of the options used to export. I can export a copy of the json file if that is useful but I don't have authority to give you access to the board.

I select Done and Archive The issues in the Archive are missing the Done date and Done By but when I look at the history in the card, I can see the card move to Done with a date and a person.

screen shot 2018-09-17 at 19 08 04 screen shot 2018-09-17 at 19 01 42

TrelloExport_20180917190219.xlsx

celestescleaningclub commented 6 years ago

Hi, is there an update? Do you need any more information. The issue is in the archived cards from Done lists. The list name is Done. Some of the archive cards are ok (about half) but the rest are not.

trapias commented 6 years ago

@celestescleaningclub sorry didn't find the time to look into this yet

trapias commented 6 years ago

@celestescleaningclub I just made a test with a board of mine having archived cards, and I can get the "done" data there. Really need you to share a test board with me to look into this.

celestescleaningclub commented 6 years ago

ok, I am guessing I need to share this board, not a test board. Let me ask the client.

On Tue, Oct 16, 2018 at 7:21 PM Trapias notifications@github.com wrote:

@celestescleaningclub https://github.com/celestescleaningclub I just made a test with a board of mine having archived cards, and I can get the "done" data there. Really need you to share a test board with me to look into this.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/trapias/TrelloExport/issues/55#issuecomment-430323387, or mute the thread https://github.com/notifications/unsubscribe-auth/ApGNGAaQww0GqW62xzJIAmQ2ATrWusiLks5ulhWygaJpZM4WsWDM .

celestescleaningclub commented 6 years ago

here is a test board. i have recreated the issue see test card and test card 2 feel free to add cards as needed. this is a test board. to recreate I added a card in the first column, added a member, then moved the card around put the card in done, removed the member and then archive https://trello.com/invite/b/qN69R36j/7ac14b22c28e3eaf7328dbf7359a33b8/write-edit-sample-board TrelloExport_20181019053517.xlsx

celestescleaningclub commented 5 years ago

Hi, is there an update? I shared a test board where I can recreate the issue.

trapias commented 5 years ago

@celestescleaningclub I could reproduce the problem but then never found the time to go on, sorry cannot give a timing

celestescleaningclub commented 5 years ago

great news that you can recreate. I will check back next month for an update.

trapias commented 5 years ago

@celestescleaningclub fixed, coming with next version later today

jlastwood commented 5 years ago

I tried the export with the test board and our live board and I am still missing Done Date and Done By values in Archived cards on export. I have 1.9.62 and ran the "clear cache button" Is there something else I should do?

trapias commented 5 years ago

@jlastwood I just made a test exporting the Done list, with the "archived" option on, from the test board at https://trello.com/b/qN69R36j/write-edit-sample-board and I can see the columns populated, both on Mac and Windows - see screenshot.

Schermata 2019-03-21 alle 18 28 18
jlastwood commented 5 years ago

What about Card 12?

trapias commented 5 years ago

@jlastwood I didn't check the code, but most probably the Done data for that card is not extracted because the last move action for that card was not to move it to list 7, but to list 1.

jlastwood commented 5 years ago

so if the last action is not Move to Done, then the done data is not completed. I see this in this example. There is no Done or Done By information. It was not moved out of the Done list but they continue to update checklists after it is done.

image

The first item is missing as it was added to Done image

jlastwood commented 5 years ago

It seems to be improved. Thank you.

rmmal commented 4 years ago

can you refer to #73 and tell me what cause the problem ?