|
|
|
|
|
by WildGreenLeave
2130 days ago
|
|
I am a software developer working for clients that both use Asana and Jira so I used both. About a year ago I had to pick my own 'task management system' to work with other (freelance) people on client projects, I decided to pick Asana. The reason why? Asana isn't perfect, but at the very least it works and does what it does very well. It is really easy for people to understand the concept and start using it. Also, I really appreciate how easy it is to create a task and work on it yourself or assign it to someone else. That being said, there is one thing I have been missing in all of those years. That is the ability to have automatic numbers assigned like Jira does (e.g. TE-01, TE-02) and allow those to be referenced in Git messages. So that is why I built a 3rd party integratie[0] that does this and integrate this. The Asana API was a _joy_ to work with, it works fast, quickly and the documentation is top notch. Now compare that to my experience with both the BitBucket API and Jira API. [0] https://astogi.com |
|