Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

Referencing Project Planned Completion Date in an Issue Custom Form

Avatar

Level 2

I have an Issue Custom Form that is used to submit Issues on Projects that I am trying to create a calculated date field on. I am trying to pull in the Planned Completion Date from the associated Project onto the Issue Custom Form. 

 

Is this possible? I cannot find specific guidance on pulling in/referencing a Project related date into an Issue Custom Form.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 1

Hi LaramieNe,

 

Open the Issue custom form and create a new calculated field and input the following snippet to get the planned completion date from the project where the issue is nested.

 

{project}.{plannedCompletionDate}

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1

Hi LaramieNe,

 

Open the Issue custom form and create a new calculated field and input the following snippet to get the planned completion date from the project where the issue is nested.

 

{project}.{plannedCompletionDate}