Referencing Project Planned Completion Date in an Issue Custom Form | Community
Skip to main content
LaramieNe
Level 2
February 1, 2024
Solved

Referencing Project Planned Completion Date in an Issue Custom Form

  • February 1, 2024
  • 1 reply
  • 444 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by skumarjilla

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}

1 reply

skumarjillaAccepted solution
February 1, 2024

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}