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

how to log time against a task in AtTask/workfront REST api

ive figured out the basics of AtTask api's, login, grabbing session id, etc, but haven't figured out how to log time against a task or project yet. sniffing the actual website i see we hit https://my_site.attask-ondemand.com/update/logTime with an…
trippedout
  • 1,561
  • 13
  • 20
3
votes
1 answer

How do I Set the Planned Completion Date on a Task?

I'm trying to figure out how to set the planned completion date when creating or updating a task. Tasks always result with a plannedCompletionDate equal to the day the project was created. I have used a few different dateTime formats, but it never…
3
votes
1 answer

AtTask API Updating Multiple Values in Custom Checkbox Field

I have a custom field called 'Labels'. When I get a task, here's how AtTask responds: GET /attask/api/v3.0/task/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?fields=DE:Labels Response { data: { ID: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", name: "Task…
Joel Tobey
  • 61
  • 3
2
votes
2 answers

WorkFront / AtTask API Authentication Error

When I am trying to get a session ID for Authentication by using: /attask/api/v9.0/login?username=admin&password=user. When I run it, it tells me I am not logged in. How am I supposed to be logged in to log in?
Mars7272
  • 51
  • 4
2
votes
2 answers

WorkFront (AtTask) API: How to retrieve filters mentioned for Report

We are using this url to get the report related information: https://.attask-ondemand.com/attask/api-internal/v6.0/report/search?name= &fields=* Is it possible to get the filters mentioned on reports from WorkFront API? I'm just seeing filter…
2
votes
1 answer

AtTask API complete list of search modifiers

Where can I find a complete list of the available search modifiers the AtTask API? The basic REST documentation gives a list of "some" of the modifiers. Which…
JuanitoCROM
  • 124
  • 1
  • 10
2
votes
1 answer

Is it possible to create reports with Workfront API

I'm new to working with the Workfront (formerly AtTask) API. I have to create many reports for a dashboard that are essentially the same except for the Program and Job Role values. I want to create a python script to cycle through and create the…
Cuevas
  • 23
  • 4
2
votes
1 answer

How to Get All Custom Fields attached to a project on Workfront ATTASK? And Update Fields Also

How to get all Custom Fields attached to a project on Workfront? And Update Fields Also Currently I am working on AtTask integration with my application. I have a scenario where I need to add some custom_fields with project. So I start with adding…
2
votes
1 answer

How to update Custom Fields attached to a project on Workfront?

Currently I am working on AtTask integration with my application. I have a scenario where I need to add some custom_fields with project. So I start with adding one custom_form with required fields and attached to project while creating project…
ManojP
  • 6,113
  • 2
  • 37
  • 49
2
votes
1 answer

Updating project parameters in AtTask using restsharp put method

I am struggling a little in my project with Attask. My aim is to update the alignmentValues of a project using custom form data.. I have been able to create new alignment values to update but I am unable to execute it using put method... the request…
2
votes
2 answers

How to call AtTask REST API with Federated SSO (SAML2)

I have integrated Attask with SAML using Third party IDP (ADFS). I have my web application which also supports SAML and configured with same IDP. I am able to login using IDP in both application (Attask and My app) and able to access Attask…
ManojP
  • 6,113
  • 2
  • 37
  • 49
2
votes
2 answers

AtTask getApiKey action returns unsupported action error

I'm following the directions in the AtTask API documentation to get an API key. My user is a system administrator, but the request always returns an error. Request: GET…
2
votes
1 answer

AtTask API get assigned users

We have multiple people assigned to a single ticket but when using the assignedToID field, it just returns the first user?.. Why is it not returning an array of user ids? I know this is off-topic but is it possible to get user's name also and not…
Rob Graham
  • 73
  • 1
  • 7
2
votes
0 answers

How can I access the "red bubble" notifications in AtTask through the API?

Is it possible to get my own red bubble notifications that show up in AtTask through the API? What's the objCode?
Josh
  • 23
  • 4
2
votes
2 answers

Can an update be posted from another user?

We wish to post updates from some of our external systems to an attask project or task as if they were from the user who initiated the action in the external system. Can this be done from a single account? ie not having to provide everyones account…
1
2 3
12 13