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
2
votes
3 answers

Post an update to a project or task

I want to post an update to a project or a task. To do this, I think that the right object type is a note, but I haven't been able to do this successfully. I'm making a request…
2
votes
1 answer

Send multiple updates in AtTask PUT request

I am wondering if whether in the API for AtTask there is a method for posting multiple updates in a single URL request. As an example, I need to update the extRefIDs on 1,000 records. Do I make 1,000 calls to the API (expensive in terms of…
joefox97
  • 59
  • 7
2
votes
3 answers

How long does my login last through the AtTask REST API?

When I use {domain}/attask/api/login?username={name}&password={pass} it returns a sessionID. How long can I use that sessionID before I need to log in again? I have checked the documentation and the response does not include a expiration time.
1
vote
1 answer

Workfront: Forcing project 'Recalculate Finance' operation from API

I bet this falls on deft ears... I'm working on a application that uses the workfront api for automating custom price calculations of project tasks. The idea here is to obtain the list of tasks, apply certain business rules to each to calculate the…
Maniaque
  • 712
  • 1
  • 7
  • 20
1
vote
1 answer

Way to sort results from AtTask / WorkFront API?

Is there a way to sort or order the results from the AtTask / WorkFront web API? I didn't see a way in the API documentation.
Zorgarath
  • 979
  • 12
  • 23
1
vote
0 answers

Upload documents to task through Workfronts's REST API

We are trying to upload a document to a task consuming REST following below procedure through JAVA Uploads and Documents API 2.0 allows users to upload documents through the following API URL: POST /attask/api/upload The API expects the content…
vssrnr
  • 19
  • 1
  • 10
1
vote
1 answer

How can I attach a custom form to a Workfront project using the API?

I am working on writing a script to recover deleted custom form data that was stored in our sandbox. I have figured out how to migrate the data itself using the API, but if I try and PUT one of the custom fields on a project which does not have the…
Brian R
  • 785
  • 1
  • 6
  • 13
1
vote
1 answer

Adding Timeoff via User in a collection not working

I've found a few older Stackverflow-threads with the exact same question as this one but I can't get the solution to work. Essentially, I'd like to add timeoffs and I've learnt that the only way to do so - according to [1] - is by making a PUT…
OnionJack
  • 130
  • 2
  • 10
1
vote
0 answers

Setting a baseline for a project pragmatically in workfront

I've tried the following call as a put: /api/project?id=xxxx&autoBaselineRecurOn=1&autoBaselineRecurrenceType=D&enableAutoBaselines=true&apiKey=xxxx and I get a response with a dataset; however, I don't see the baseline in the project itself. I…
1
vote
1 answer

Workfront- Tagging User in Notes via the API

I'd like to create a project-level note that tags a user via the Workfront API. I can create the…
1
vote
1 answer

Using the attask api, how can update a task

Using the Attask api, how can a I add an update through the rest api? Updating the task looks like it will completely replace all updates as per the PUT documentation on nested objects, and doing a post on the /api/update doesn't seem to work : …
jowensboggs
  • 145
  • 6
1
vote
1 answer

Attask API - combining modifiers

I want to apply multiple modifiers on the same field. Basically, I need to send something like this /bill/count?field=TEXT&field_Mod=ne&field_Mod=notnull However, in this way only first modifier will be recognized and second ignored. Is there anyway…
CalypsoBL
  • 21
  • 4
1
vote
1 answer

AtTask API how to exclude field

When requesting specific fields in a GET request, there are default fields that are included as well. I'm specifically talking about the Updates collection on the Task object. If I send the following…
JuanitoCROM
  • 124
  • 1
  • 10
1
vote
1 answer

Using Attask API to change sharing properties of a document

I need to change the sharing properties of a document in Workfront (AtTask) and I need to make the change using the API. Could you please provide me an example of how I could do a REST URL call to change the document's properties. Basically, a…
1
vote
1 answer

Reference Custom Field in Workfront Collection

I have a project report in Workfront where I am trying to reference custom fields defined on a Workfront task. In the example below, both "Custom Flag" and "Num Devices" are custom fields on…
KLeeman
  • 11
  • 2
1
2
3
12 13