How to add conditional logic to pull Issue Assignment into Project custom form? | Community
Skip to main content
chelsey_hartman
Level 1
March 18, 2026
Solved

How to add conditional logic to pull Issue Assignment into Project custom form?

  • March 18, 2026
  • 1 reply
  • 23 views

Hi! I am creating a custom form on the project level, but would like for it to pull data from a specific issue from a specific task. 

  • Under the project, we have a task named, “Program Production.” 
  • Within that task, an issue is created, containing the words “Code Request.”
  • Within the issue, there is a field called, “Assignments.” This is the field I want to pull.
    • To make this more complicated, occasionally the “Program Production” task does not have an issue. In this case, we would want to pull the “Assignments” field from the task instead.
  • I want it to pull the specific person’s name, not the team/role.

Is this possible?

Best answer by Sven-iX

 Hi ​@chelsey_hartman 
Short answer: no. 

There is no way to directly pull this because in custom forms you cannot say {task with name XYZ}.{some field name}.

The best I can come up with is to use fusion to set this (if have issue > use issueAssignee, else use taskAssignee and write to field on the project) 


 

1 reply

Sven-iX
Community Advisor
Sven-iXCommunity AdvisorAccepted solution
Community Advisor
March 23, 2026

 Hi ​@chelsey_hartman 
Short answer: no. 

There is no way to directly pull this because in custom forms you cannot say {task with name XYZ}.{some field name}.

The best I can come up with is to use fusion to set this (if have issue > use issueAssignee, else use taskAssignee and write to field on the project) 


 

chelsey_hartman
Level 1
March 24, 2026

Ok, thank you! I will go in a different direction then.