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
0
votes
1 answer

Asana api: Alternative to using API key for authentication?

Is authentication using the API key the only way available to third party developers using the Asana API? Is there any endpoint that returns the API key, when the user provides his basic login details? Eg: on Heroku, POST http://api.heroku.com/login…
Arvindh
  • 77
  • 1
  • 5
0
votes
1 answer

PUT from Java into Asana

I was wondering if you've had any success performing a PUT request on one of your exposed api methods (update workspace in this case) using Java EE. I currently have the following snippet but am getting a 400. For the data variable, I have tried…
0
votes
1 answer

Asana API Returning a 500 error when attempting to update due_on

I am building a new app in PHP which will allow me to use CSV templates to import task-heavy projects with due dates and asignees in place. Thus far, I have managed to get it working for everything except the due_on field. Whenever I included…
DrChumley
  • 9
  • 1
0
votes
1 answer

Check the history in Asana

Just started on Asana and liking it. A couple of queries - Is there a way to check history (log) on Asana Tasks and Projects. Say i want to check if a task has been accidently removed by another person. Can I assign a person just the view rights…
Sam Wilder
  • 869
  • 1
  • 9
  • 21
-1
votes
1 answer

Get specific values out of an array

I'm trying to write a little script, which gets me the name of a tag and it's ID out of Asana. I've an original array structured like…
martin1009
  • 25
  • 5
-1
votes
1 answer

Asana Logging In Problems

I can't log into Asana with my google account - Just get a 504 gateway timeout error. Any advice? I also can't register an account with a new email address. Tried chrome and incognito window and asana app.
-1
votes
1 answer

Any idea to archive emails in Conversations in Asana?

I would like to centralize every email from (or to) customers of a project in the Conversations view of a project in Asana. The goal is to keep an archive of all exchanges with a customer in one place for every team member. I tried to use the…
N. Hodin
  • 1,056
  • 6
  • 12
-1
votes
1 answer

Is it possible to make an Asana custom field become a link?

I would like to have direct links from Asana tasks to our issue tracking system but making creating them easy. The way I envisioned it would be to create an integer custom field and find a way to customize/decorate it so that when the user clicks on…
Chuim
  • 1,983
  • 3
  • 17
  • 20
-1
votes
1 answer

Create an external link in a comment in Asana

I'm trying to create a link to a document in a shared company drive. I cannot upload the document (confidentiality) to Asana servers. Also, I am not referring to a "@" + task or person type of link. I do not want to link to a workspace or a task.…
dgmitch
  • 93
  • 1
  • 3
-1
votes
1 answer

Where to get ruby-asana documentation

I am new to Ruby and trying to learn how to use the Asana API. I have installed ruby-asana and am using Notepad++. I am having issues figuring out how to do things. I read that ruby-asana is a wrapper for Asana API and I see a few code snippets. Is…
Eric Snyder
  • 1,816
  • 3
  • 22
  • 46
-1
votes
1 answer

Assign a user to a workspace using asana API

Is it possible to assign a user to a workspace through asana API. The documentation here doesn't seem to be making any mention of it. Is it possible to assign a user to a workspace if we have the API keys to both the asana accounts(i.e one…
ndk
  • 61
  • 1
  • 7
-1
votes
1 answer

Asana API Returning Unexpected Results

I'm trying to return completed tasks from the Asana API since a given date, but am getting back both complete and incomplete tasks. Here's the request I'm making: ...…
-1
votes
1 answer

Get Request Workspace ID Asana Javascript

I'm trying to do a get request via javascript/jquery to attain all of my workspace IDs in asana. I know when I just put the URL in the browser, asana returns all of my workspace IDs. However, when I do a GET request of the same URL, I'm getting a…
angyxpoo
  • 193
  • 2
  • 5
  • 16
-1
votes
1 answer

When created asana task using json and .net - asana api does not save its name, assinge or project information

Im trying to add new task to asana using asana api. Im using Json.net and C#, the json Im sending to server (https://app.asana.com/api/1.0/workspaces/555/tasks)looks like…
Jaroslaw Stadnicki
  • 1,178
  • 1
  • 8
  • 17
-2
votes
1 answer

Asana developer

we use Asana as our internal project management platform. We would like to use it to interact with our clients so they can see the progress of their projects - which is the same per year. We created the Kanaban view and move the cards through each…
R. PP LLC
  • 1
  • 1
1 2 3
35
36