I am trying to pull in the Project owner on a Issue/Request report. The issue lies in that some of these tasks are associated to resolve task and some are associated to resolve a Project.
What field do I need to points towards in order to display the associated (resolve) project name when dealing with the task level?
Any insight will be greatly appreciated!
-Eric
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Try text mode with the following when the resolving object id is a task.
displayname=Owner
textmode=true
valuefield=resolveTask:project:owner:name
valueformat=HTML
Try using Resolve Project > Owner ID field
Then switch to text mode and change all the "ID" to ":name"
Views
Replies
Total Likes
Here is the current config for the column Project Owner
This provides the results in the original post.
Several of these requests resolve a task in the project rather than the project itself so there is that extra level that I am missing in order to reach the Project Owner. Hope this helps explain my situation better.
Views
Replies
Total Likes
Try text mode with the following when the resolving object id is a task.
displayname=Owner
textmode=true
valuefield=resolveTask:project:owner:name
valueformat=HTML