How to change the project document link to task level document link in a Workfront task level report?
Instead of providing project document URL in user's dashboard, need to provide task document URL so that user can update relevant task document .
Solved! Go to Solution.
Views
Replies
Total Likes
OK this is API 101.
valueexpression=CONCAT("https://domain.my.workfront.com/workfront/task/",{ID},"/documents")
Views
Replies
Total Likes
Can you provide more context?
What field/column are you using?
Which link?
Note that "documents" is a collection; there is no single "task document"
This is the URL used to pull task document in the report, however this URL isn't working.Need to know how can we fetch document attached on a task on task level report?
valueexpression=CONCAT("https://domain.my.workfront.com/workfront/task/",{taskID},"documents")
valueformat=HTML
displayname=Task Documents
shortview=true
Views
Replies
Total Likes
This is the error getting displayed.
Views
Replies
Total Likes
How to include the taskID dynamically on the URL so that the task level documents are fetched on report?
https://domain.my.workfront.com/workfront/task/{DE:taskID}/documents
Views
Replies
Total Likes
OK this is API 101.
valueexpression=CONCAT("https://domain.my.workfront.com/workfront/task/",{ID},"/documents")
Views
Replies
Total Likes