Expand my Community achievements bar.

Custom Fields - Referencing issues/tasks

Avatar

Level 2

I'm trying to create a custom field that will show a Version/Issue's or Task's logged hours. There seem to be a few objects I can call on but don't know if I'm referencing the Version/Issue or Task correctly and if that's causing the data to not be pulled in. Maybe I'm missing some part of the tree from the parent object down to the value I'm look for. Below are some versions of the references I've attempted and the custom field I'm using with an 'IF' statement to pull in one or the other. 

 

Version/Issue Field:

{issue}.{actualWorkRequired}

{OPTASK}.{actualWorkRequired}

{OPTASK}.{durationMinutes}

 

Task Field:

{task}.{actualWorkRequired}

{task}.{actualWork}

{TASK}.{actualDurationMinutes}

{TASK}.{actualDuration}

 

Conditional Field embedded in form to be used as report column:

IF($$OBJCODE="OPTASK",{DE:Version/Issue Field},{DE:Task Field})

0 Replies