Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to Things is broken now #18

Open
KingOfSpades opened this issue Feb 4, 2022 · 0 comments
Open

Add to Things is broken now #18

KingOfSpades opened this issue Feb 4, 2022 · 0 comments

Comments

@KingOfSpades
Copy link

KingOfSpades commented Feb 4, 2022

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:

var things_name = things_task.name()

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant