Questions tagged [attask]

Workfront (previously named AtTask) is a web-based work management and project management software.

Workfront, previously named AtTask, is a web-based work management and project management software that features task management, issue tracking, document management, time tracking and portfolio management. Founded by Scott Johnson, company headquarters is located in Lehi, Utah.

Founded in 2001.

http://www.workfront.com/

https://en.wikipedia.org/wiki/Workfront

184 questions
1
vote
1 answer

Workfront/Attask: Retrieving "workUnit" from Task or Assignment returns http-500

For objects "Assignment" and "Task" the field "workUnit" is documented in the Workfront-Apiexplorer: https://developers.workfront.com/api-docs/api-explorer/ (sry, i cannot deeplink to a certain object in the documentation). I am using version…
stefan
  • 23
  • 1
  • 7
1
vote
1 answer

Does the AtTask API support project and issue webhooks?

I noctice there are document webhooks in AtTask, but do you support / plan to support webhooks that are triggered when a particular event or action takes places with respect to Projects or issues?
Paul Allen
  • 349
  • 1
  • 9
1
vote
1 answer

How do I assign parameter values to a string using c#

I'm working on an implementation of workfront api and my application. This is suppose to be simple. Perhaps my code will explain better. JToken tasks = client.Search(ObjCode.TASK, new { fields = "ID, extRefID, assignedTo:name" }); taskid =…
JoseStack
  • 167
  • 2
  • 12
1
vote
3 answers

Workfront API Custom Reports

I am trying to access a custom built report through the WorkFront API. The issue I am running into is that the report prompts you for two pieces of information before running the report. Can I supply those pieces of information via parameters and…
1
vote
0 answers

AtTask API 'PUT' CURL Fails to Update

I have been working on some code to automate an update to a specific task in AtTask using the API. I am finding some problems using PHP's CURL request for a PUT command. Here is a copy of the code: $updateURL =…
Ben D. S.
  • 35
  • 6
1
vote
1 answer

Create And Update parameterValues in Attask Api C#

{ "data": [ { "ID": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "name": "Testing Project API", "objCode": "PROJ", "parameterValues": { "DE:Complete Sales Package": [ "Parcel Register", "Signed Lease / Contract" ], "DE:Temp…
1
vote
1 answer

What triggers new tasks added in AtTask to show up in a users MyWork?

I am trying to find out what triggers new tasks added in AtTask to show up in a users MyWork queue. Here is the code I am using to post a new task to a project, but I still have to access the task on my browser to move it to my active work queue. I…
Ben D. S.
  • 35
  • 6
1
vote
1 answer

AtTask is not retrieving all objects

I am trying to retrieve objects from the AtTask API, but only some of them are being retrieved. The seven objects I need are as follows (with each result on the right; if "ok", they are giving results correctly): projectName - ok ID -…
1
vote
1 answer

Programmatically creating sub tasks via the attask API

I'd like to add a subtask to an existing task, using the attask api. I can add a task to a project, using a POST method and the following: /attask/api/task?name=Created Task&projectID=553f...&sessionID=b529... I tried to create a sub task, using a…
1
vote
1 answer

Not able to login after SAML2 setup with ATTASK (Workfront) using ADFS IDP

I am integrating Workfront(Attask) with my web application. I have configured SAML2 setting inside Attask setting tab and uploaded my Attask SP Metadata to IDP and IDP metadata to SP successfully. When I tried to test connection with given setting…
ManojP
  • 6,113
  • 2
  • 37
  • 49
1
vote
1 answer

Retrieve AtTask Custom Form and Fields with entered data through API

There are a couple of posts on retrieving custom forms with the AtTask API, but no responses actually seem to answer the question. I have a .NET console app that is using the REST API to query data, but there doesn't seem to be any object code (from…
Jim Perry
  • 435
  • 1
  • 3
  • 13
1
vote
1 answer

AtTask API get project information from task query

The way that our team works is; a single project is created with multiple sub tasks that are assigned to different teams. I'm trying to build an application to help my team get a birds eye view of how many subtasks we have assigned to us by specific…
Rob Graham
  • 73
  • 1
  • 7
1
vote
2 answers

How to Use atTask REST API with Federated SSO

I need to be able to close tasks through the rest AP but our organization is using federated login using Active Directory. While, I can get read-only access to a users tasks by taking advantage of cookie authentication, there is apparently no…
Daniel Tabuenca
  • 13,147
  • 3
  • 35
  • 38
1
vote
2 answers

Pagination example for greater than 2000 Records in AtTask API

In AtTask API Calls, How do I use Pagination when I need More than 2000 records to return? For example, given the following off of the Developers Site of https://developers.attask.com/api-docs/#Basics I see the following Paginated Responses To…
JackHandy
  • 11
  • 2
1
vote
3 answers

Attask API Username Search Case Sensitive

I'm currently trying to use Attask API's to pull out a list of users based on a string parameter, using the name_Mod "contains". So far so good, I can pull back a list of usernames and their corresponding ID's but I've found that the api appears to…
Debe2233
  • 13
  • 2
1 2
3
12 13