workfront-api

Workfront and the popt API

穿精又带淫゛_ 提交于 2020-01-07 04:15:48
问题 Ok, here's my issue. Please forgive me if this has been asked somewhere. I did a search on the site and couldn't find what I'm looking for. I am very, very, very new to Workfront, and their documentation seems rather limited with regard to what I'm looking to do. I know how to get the query from my database and convert it to JSON. I can log into Workfront and create a custom form. I can add a drop down list to it. What I need to do is get the JSON into the drop down list on the page. So I don

Attask - Update hidden project properties through API

…衆ロ難τιáo~ 提交于 2019-12-13 07:04:34
问题 I have a number of project fields to be updated via API, which are not visible in workfront UI. I fetch these properties by doing a GET of the project ID. Few fields to name that I need to update are - previousStatus, categoryID, resourcePoolID, scheduleID, eac and others. Please note my extRefID is null. I have tried this - https://abc.attasksandbox.com/attask/api/project/57--b8477f7?DE:project={previousStatus:EST}&apiKey=759--ux&method=put and this https://xyz.attasksandbox.com/attask/api

How to integrate nested “AND”, “OR” conditions to the “WorkFront” query

我怕爱的太早我们不能终老 提交于 2019-12-13 03:07:25
问题 I have a form where the user can generate any condition on the basis of that condition our system will fetch data from WorkFront. Query is something like that : SELECT `name` FROM Project where name = 'test' AND (status = 1 OR status = 2) The query will be generated by the user so it may be more complicated its depend on the user. So is there any way to run this query or convert this to a form understood by work front. I have read all filters provided by workfront but there is no success as

Workfront (Attask) API: Is there a way to clear/reset 'commitDate' on a task?

半城伤御伤魂 提交于 2019-12-02 16:37:55
问题 Pretty much exactly the title, I'm wondering if there is a way to clear/reset the commitDate field of a task. For example, I'm trying the following request to the API. I get no errors, but when I query the task again it shows no changes to the commitDate field. https://thecompany.my.workfront.com/attask/api/v7.0/task/1234567890?method=put&updates={"taskConstraint": "MSO", "commitDate":"","constraintDate":"2017-08-07"}&fields=commitDate,plannedCompletionDate,actualCompletionDate,constraintDate

Workfront (Attask) API: Is there a way to clear/reset 'commitDate' on a task?

烈酒焚心 提交于 2019-12-02 09:25:13
Pretty much exactly the title, I'm wondering if there is a way to clear/reset the commitDate field of a task. For example, I'm trying the following request to the API. I get no errors, but when I query the task again it shows no changes to the commitDate field. https://thecompany.my.workfront.com/attask/api/v7.0/task/1234567890?method=put&updates={"taskConstraint": "MSO", "commitDate":"","constraintDate":"2017-08-07"}&fields=commitDate,plannedCompletionDate,actualCompletionDate,constraintDate&sessionID=12345 I've also tried all other variations of this request that I could think of, including