Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!
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}