Joe7 Posted October 5, 2015 Share Posted October 5, 2015 (edited) Hi everyone, here is a workflow for Alfred integration with Asana. It integrates through concept of GTD. Also it integrates with AnyBar and Atlassian Jira. It is quite advanced so check the documentation here: https://jotc.herokuapp.com/software/alfred_workflows#asana_workflow. It basically looks like this: It is written in Ruby, dependencies are listed in readme with guidance. THE WORKFLOW IS DEPRECATED. I use now an alternative written in Golang but it doesn't include a cloud solution (thus not synced between mobile and computer) so I don't offer it yet. Have a nice day Joe Edited November 1, 2017 by Joe7 surrealroad 1 Link to comment
b_d_m_p Posted December 17, 2015 Share Posted December 17, 2015 I want to use this so bad, but I can't seem to set it up right. I used the set up command like this: Set up Asana personalaccesstoken:myproject Is that right? When I add tasks afterward, they don't show up. Link to comment
Joe7 Posted December 17, 2015 Author Share Posted December 17, 2015 Hi b_d_m_p, glad to hear that you are interested :-). The command for setting up the credentials is: set:asana:credentials personalaccesstoken:workspace_name - not project. You have tried this? What do logs say? You may find them here $HOME/Library/Application Support/Alfred 2/Workflow Data/com.herokuapp.jotc.asana/asana.log. Also you may find next to the log file a config file into which the workflow saves the data. Have a nice day :-). Joe Link to comment
emb Posted August 14, 2016 Share Posted August 14, 2016 Hi Joe, Thanks for this workflow. Unfortunately, I don't succeed in the synchronisation. An error notification appears and says to check the logs, which are as follow: undefined method `[]' for nil:NilClass, .../Alfred 3/Alfred.alfredpreferences/workflows/.../helpers/sync_helper.rb:78:in `insert_due_today_into_today' .../Alfred 3/Alfred.alfredpreferences/workflows/.../sync_asana.rb:24:in `block in <top (required)>' .../Alfred 3/Alfred.alfredpreferences/workflows/.../helpers/asana_helper.rb:35:in `communicate' .../Alfred 3/Alfred.alfredpreferences/workflows/.../sync_asana.rb:8:in `<top (required)>' /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require' -e:1:in `<main>' Any hint to make it work? Cheers, Emmanuel Link to comment
Joe7 Posted August 27, 2016 Author Share Posted August 27, 2016 Hi Emmanuel, I am very sorry for the late reply. From the error it seems that you don't have created Today project or synced it with the local configuration. Contact me on Skype, if you will, joe.erneker, we can solve it easily I believe. Thanks. Joe Link to comment
deanishe Posted August 27, 2016 Share Posted August 27, 2016 Please don't ask users to install gems globally to make your workflow work. It's bad practice and user-unfriendly. There's a good chance your workflow will break something else, or that some other software doing the same suspect thing will break your workflow (because they require different library versions, and Ruby doesn't support versioned libraries). Please bundle any dependencies with your workflow. That way it will work out of the box, won't cause problems with other software, doesn't require users to mess about in Terminal, and it will also sync seamlessly between machines. And when you update the dependencies, users won't have to go through it all over again. They can just install the new version of the workflow. Joe7 1 Link to comment
politicus Posted November 1, 2017 Share Posted November 1, 2017 After a long time not using Asana, I decided to give it another go. I couldn't make the workflow work as I couldn't add my Asana API key. As the API will be deprecated, I think it is time to definitely say goodbye to this workflow ? Link to comment
Vero Posted November 1, 2017 Share Posted November 1, 2017 @politicus They're now a different kind of token. Details from another user are here: Cheers, Vero Link to comment
politicus Posted November 1, 2017 Share Posted November 1, 2017 (edited) Thank you! Edited November 1, 2017 by politicus Link to comment
Joe7 Posted November 1, 2017 Author Share Posted November 1, 2017 True, I don't think it will work anymore. Gonna edit the post. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now