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
0 answers

How to programatically add data to field in AtTask custom form

I have a large data set of text from outside of AtTask that is changing often. I need to constrain an AtTask custom form field to this data set. I was thinking about writing a job that runs periodically to pull the data from the external system and…
sreed
  • 26
  • 4
1
vote
2 answers

AtTask User Creation

Does anyone have a example of creating a AtTask user using Invoke-RestMethod? Have tried the following Invoke-WebRequest…
1
vote
2 answers

Get AtTask SessionID when SSO enabled?

I am trying to get a "SessionID" from an external system for AtTask using a web service call: https://mycompanyname.attask-ondemand.com/attask/api/login?username=XXXXXX&password=YYYYYY SSO with SAML is enabled and I get the following error: "Sorry,…
Brent Ellis
  • 111
  • 3
1
vote
1 answer

ATTask API - Updating Custom Field with API and C Sharp

I have the API functioning fine within my project for non custom fields, but the documentation doesn't really seem to work in relation to explaining what the actual put request format should be for updating a custom field using c sharp. I have the…
1
vote
2 answers

What is the AtTask API beta url

The API Docs page explicitly states: Disclaimer - Any use of the API should be tested in AtTask's beta environment prior to being run in the production environment. I have not been able to find exactly where to access the beta nor other…
1
vote
1 answer

In AtTask, how can I get a list of documents not in a folder?

I've created a query to pull a list of documents, and I'd like to limit the request to only those that aren't in a folder. I have other logic that pulls documents for each folder in order to maintain the folder structure. I was hoping that something…
joefox97
  • 59
  • 7
1
vote
2 answers

How do I download documents from AtTask?

I'm working on a continuing API project. The current issue at hand is to be able to download my data from the AtTask server in precisely the folder structure they exist in on the AtTask servers. I've got the folder creation working nicely; the data…
joefox97
  • 59
  • 7
1
vote
2 answers

AtTask API Add Hours

Is it possible to add Hours to a task via the API? I was looking through the API documentation and even tried a couple tests agains the API itself. I keep getting back: { "data": { "ID": null, "objCode": "HOUR" } } Not a…
AJ Michels
  • 11
  • 1
1
vote
1 answer

AtTask Modifiers

I have a few questions on the use of AtTask modifiers. I've been creating an application to pull and push data using the API, and it's been going really well so far -- the documentation is very good and the consistency of the service has been…
joefox97
  • 59
  • 7
1
vote
2 answers

POST data to AtTask's API?

I'm using AtTask's API with PHP and cURL. Is there a way to POST data instead of appending it to the end of the URL with a question mark? I know that I can change the request name itself like CURLOPT_CUSTOMREQUEST => 'POST' and I tried adding…
Geo
  • 12,666
  • 4
  • 40
  • 55
0
votes
0 answers

Create Workfront Note object using API with specific entryDate

I am sending the following POST request to the Workfront API in order to create a new Note object and set the submission date to January 7th, 2020 at 11:58:30AM: https://.my.workfront.com/attask/api/v15.0/note? …
0
votes
1 answer

Workfront AtTask API - Set Reviewers for Document

Is it possible to set reviewers for a document using attask API? I can't find anything related in the documentation (which is pretty ugly BTW). The only thing I found is this doc for another Workfront API (SOAP) called Proof HQ, but I hope to be…
Germán Medaglia
  • 182
  • 1
  • 1
  • 7
0
votes
0 answers

Axios - Workfront API - Create folder

Workfront API version: 9.0 I need to create a folder for a particular project. The following request works fine in Postman. curl --location --request POST 'https://company.my.workfront.com/attask/api/v9.0/docfdr' \ --header 'sessionId:…
Germán Medaglia
  • 182
  • 1
  • 1
  • 7
0
votes
1 answer

Cannot assign tasks Workfront API. Getting authentication error

I'm getting Error: Request failed with status code 401 when trying to assign tasks. I use PUT and attask/api/v9.0/task/{task number}/assign and passing objID, objCode, username and password or my ApiKey as params. Fun thing is - it's working…
Igor
  • 146
  • 2
  • 8
0
votes
1 answer

Search tasks by assignedToID, search tasks by time interval

Trying to search tasks by assignedToID with plannedCompletionDate or status and for some reasons getting empty array though I know there are some tasks. Also I'm wondering if there is a way to search tasks by period of time like 01/01/2019 -…
Igor
  • 146
  • 2
  • 8