git - Asana and SVN Integration -
asana has api out calling "rest" api. https://blog.asana.com/2012/04/announcing-the-asana-api/
some people have made post-commit script git allows add "#task-id" message section when make commit , add comment asana task adds message commit , provides link code file.
has done svn? can't seem find online thought ask first before spending ton of time trying make svn and/or trying learn git , adding post commit script.
if haven't found solution yet, bugify wrote py script creates json object send api (which comments/closes... bugs). need download product see they've done (the script comes tar - basic account free). don't think license authorizes use code if know python can @ script , write own connects asana api instead, correct parameters. see simple, , example gives name of functions call post data (mostly using subprocess.popen). http://support.bugify.com/kb/integrations/getting-started-with-scmvcs-integration.
Comments
Post a Comment