Skip to main content
Level 2
February 28, 2020
Pergunta

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

  • February 28, 2020
  • 2 comentários
  • 583 Visualizações
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
Este tópico foi fechado para respostas.

2 comentários

NicholeVargas
Adobe Employee
Adobe 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
Level 2
March 12, 2020
This is great! Thank you, Nichole. Jeremiah Boyle BetterCloud