christophenne / trello2planka

MIT License
15 stars 1 forks source link

Handle attachments that are not uploads by creating them as an activity instead #33

Closed jonathonsim closed 4 months ago

jonathonsim commented 4 months ago

Handles attachments to cards that are links, eg google docs or github links image

If you attach a link in trello - eg google docs and github PR's these are not handled at the moment. Planka has no concept of such an attachment - the only attachments in Planka are uploaded files. So this PR will create each such attachment as an activity on the card with the link in the text.

christophenne commented 4 months ago

Thanks a lot for the PR, it seems like this fixes #27. I'll take a look and test it in the upcoming days!

jonathonsim commented 4 months ago

Thanks a lot for the PR, it seems like this fixes #27. I'll take a look and test it in the upcoming days!

Great let me know if there's any suggested changes - yes I think it would fix #27 . We heavily use links as attachments in our boards so I just implemented this for our own import and imported about 20 boards with a lot of cards, many of which have attachments of google docs or github links - it seems to work well for attachments created using the google docs and github powerups in trello at least, as well as manually created link attachments

christophenne commented 4 months ago

works fine, thanks!