Questions tagged [asana]

Asana is a flexible task manager that people can use for Customer Relations Management, Project Management, and Team Management.

Asana, found at asana.com, is a HTML5 flexible task manager. A workspace is a group of individuals and projects, and each project has a name and a list of tasks. Each task can be assigned to any individual in that workspace.

Some people use Asana to handle customer-relations. Each new customer becomes a project, and any task inside that project represents an interaction with the customer. The project itself would be used to store information about that customer.

Another use is project or team management. Every individual in the workspace is an employee, every project is a project that needs to be completed, and every task inside a project is a part of that project that needs to be done or has been done. The project itself would be used to store information about that project.

Asana can also be used as a bug tracker, a blog, and countless other things.

Asana features a REST API which can be used to create a variety of different extensions. Asana also has a Chrome extension.

528 questions
15
votes
7 answers

How to integrate asana with intellij

I want to add Asana to my intellij IDE. Right now I am using the web client, however it would be easier to work directly through the IDE. I read the intellij help pages and they directed me to go to settings - tasks and fill in the details. However,…
Lena Bru
  • 13,521
  • 11
  • 61
  • 126
10
votes
5 answers

How to connect Asana from PHPStorm?

I am using PHPStorm 8.0.2 Adding server: Tools > Task & Context > Configure server. Based on https://asana.com/developers/documentation/getting-started/authentication#sts=API%20Keys . Always getting 403, does anyone tried to connect this from…
Codium
  • 3,200
  • 6
  • 34
  • 60
8
votes
2 answers

Adding custom attributes to Task?

How can i add custom attributes/data to Task via API . for example we wanted to add field like customer contact number or deal amount e.t.c
Imran Syed
  • 81
  • 3
8
votes
2 answers

get asana project id

I am trying to find out how to get the workspace and project id's from the main web app. I cant seem to find them anywhere. I am attempting to write a VB.Net app and am trying to get some info out of the API other than 400 Bad request. If I had…
Stevo_300
  • 321
  • 5
  • 14
8
votes
1 answer

in what language is Asana written?

I see that the Asana API has is made in ruby How is the backend created? Does it use some know web framework such as Rails?
Nick Ginanto
  • 31,090
  • 47
  • 134
  • 244
7
votes
1 answer

User-accessible way to get a task-id?

I want to make a git hook that will automatically comment on an open issue in asana when someone makes a commit with a specially-formatted message. Something along the lines of: asana task-id: Fix whatever The main problem I'm having is I don't…
eresonance
  • 1,351
  • 11
  • 12
6
votes
2 answers

How do I query archived tasks in Asana via their API

I am interested in exporting data from Asana so we can run reports off of it. To do this, I will need to get a list of all tasks, including those archived. My understanding of the API that lists tasks is that if the task is archived, it will not…
Jepthy
  • 61
  • 1
5
votes
1 answer

Asana API - how to get incomplete tasks only?

How do I get a list of tasks from a project that are incomplete? I tried to add ?completed=false and ?completed=0 at the end of the tasks URL: https://app.asana.com/api/1.0/projects/[project id]/tasks?completed=false ... doesn't seem to work.…
M.R.
  • 4,737
  • 3
  • 37
  • 81
5
votes
2 answers

Callbacks when events happen such as new comments or new tasks

Is there a way using the Asana API for my program to receive some sort of notification when items change or are added (such as new tasks, or comments)? I want to make a realtime app that integrates with Asana. For example, using the comments on an…
5
votes
1 answer

How to archive a subtask in Asana?

How can I archieve a subtask in Asana? It is easy to archive the task but I couldn't find a way to archive a subtask.
SNaRe
  • 1,997
  • 6
  • 32
  • 68
5
votes
3 answers

Where is my task with no assignee or project in Asana?

It didn't have a project and I removed myself as the assignee, now I can't find it anywhere. I can only sort by project or assignee. Anyone know where it is hiding?
kkaehler
  • 493
  • 1
  • 4
  • 13
4
votes
2 answers

How to delegate authorisation to external Auth 2.0 services

I'm working on a service that provides smart (hopefully) integration of different services supporting OAuth 2.0. The focus of our tool is on team work flow improvement, so we're combining Slack, GitHub, Asana (issue tracker), Cezanne (hr tool),…
SiberianGuy
  • 24,674
  • 56
  • 152
  • 266
4
votes
0 answers

Asana Curl Request Support

I've been trying to use curl to send requests but I keep getting an error: Error: "" - Code: 3 (The URL was not properly formatted.) Here is my code that I have been using (after successful authentication and using my access token) $name = 'test' .…
farse311
  • 53
  • 4
4
votes
0 answers

Asana Slack Integration - List only my tasks

When I do /asana list I get every task in all projects. Is it possible to do /asana list @member to show tasks only assigned to me or /asana list To My Tasks to show tasks in a project only? All this without using Zapier?
stampede76
  • 1,521
  • 2
  • 20
  • 36
4
votes
2 answers

How can I create a new project with tasks in Asana using Python?

I see some questions that have been asked of how to create tasks using an API, but I want to know how to create a new project. I have predetermined format of how I want to create a new project every time that I want to create a new one. There are…
Zachary Weixelbaum
  • 904
  • 1
  • 11
  • 24
1
2 3
35 36