Hey folks, im trying to figure out if i can default settings to show ALL tasks in a project / template. Not just the 1st 100. when bulk updating stuff its mind numbingly frustrating to have to open all the projects then do this other step before editing. I thought maybe in Interface > Layout > Lists...
I can successfully create a comment (as seen in Workfront UI Updates section) of an Issue with this REST API call using v20```curl --location 'https://SUBDOMAIN.workfront.com/attask/api/v20.0/note' \--header 'Content-Type: application/json' \--header 'Authorization: ••••••' \--data '{"objID": "68d2c...
Right now all of our requestors inputted requests go to the same report and our traffic team reviews ones specific to their division, which we're handling using just a grouping. I'd like to update the report so the traffic team is only seeing requests for their divisions. Right now the traffic team ...
I would like to create a new project view that defaults the sort order of the project list to be name. It's possible for individual users to change the sort order of the current view to be by name but we want to default the sort order to be name as the default for a particular view. Is there a way...
Hi All,I'm trying to use the PROJ/search API endpoint to find projects that meet the following criteria:(status is not CPL AND status is not DED AND enteredByID = 111) OR (status is not CPL AND status is not DED AND enteredByID = 222)I know that the API takes the filters in a text mode like manner, ...
Hello,I have created several reports in my company's instance of Workfront and several I have created repeating deliveries for and wondering if I am no longer a user in our instance, will those reports still send if I'm an inactive user? Additionally, guessing it won't work properly if I also have t...
Hello! We are trying to setup a new custom field, or check if the system can provide this, to track the date that a project's planned completion date changed on, our goal is to be able to review logs of when these changes occur in a project. Eventually we will want to use this field to provide upda...
What (The Issue):We’re creating a proofing report to track proofs that are taking the longest to get approved. As part of the report, we’ve added a calculated field called “Total Number of Days”, which shows the number of days from the proof’s creation date to its approval date.However, we’re runnin...
Hello community,I use the following valuexpression in my groupings to help make report output (PDF) read better. Unfortunately it displays the actual <br> tag onscreen. My understanding is this is because of the way WF renders to HTML. Is there a workaround to not display the <br> onscreen but conti...