Skip to main content
New Participant
February 28, 2020
Question

Adding Resolving Project Task Information to an Issue (Request) Report

  • February 28, 2020
  • 2 replies
  • 561 views
Hello All, I have an issue report and I am trying to reference the planned completion date of a specific task in one of the resolving projects. I'm not even sure this is possible, but hoping it is. I'm using iterate with an If statement. Any ideas? displayname=Active Project Phase(s) listdelimiter=
listmethod=nested(tasks).lists textmode=true type=iterate valueexpression=IF({resolveProject}.{tasks}.{name}="Discover Phase",{plannedCompletionDate}) valueformat=HTML Jeremiah Boyle BetterCloud
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

New Participant
March 12, 2020
This is great! Thank you, Nichole. Jeremiah Boyle BetterCloud
Employee
March 11, 2020
@Jeremiah Boyle Instead of placing the resolveProject in your valueexpression, you would want to apply that to your list method. Then, since the system will be looking at the resolve project task list, you can remove task from the valueexpression. displayname=Active Project Phase(s) listdelimiter=
listmethod=nested(resolveProject.tasks).lists textmode=true type=iterate valueexpression=IF({name}="Discover Phase",{plannedCompletionDate}) valueformat=HTML Nichole Vargas Customer Programs Specialist, Workfront