jiratotaskmanagers icon indicating copy to clipboard operation
jiratotaskmanagers copied to clipboard

Add to Things is broken now

Open KingOfSpades opened this issue 3 years ago • 0 comments

Just wanted to let people know that the current implementation of adding to Things3 seems broken. This is because the add method relies on the Things3 to search an existing task by name. In the past Things3 searched the open and completed tasks for this but this has changed in a recent update. This will cause the script to re-add every task after marking it complete.

The code can be found here: https://github.com/hackerdude/jiratotaskmanagers/blob/fb18c8d3eb4e9aef046088d6218c0a1e5d9e702f/lib/task_destinations/add_to_things3.jxa#L52

I fixed this in my fork of this project, see https://github.com/KingOfSpades/JiraToThings3/blob/9f998190b428ad7b440dfcad40c0338ed53984c9/lib/task_destinations/add_to_things3.jxa#L81

This is done by not re adding tasks that are marked as complete in Jira.

KingOfSpades avatar Feb 04 '22 08:02 KingOfSpades