Reference the value of an Instructions field

Options
Jeff_146001
Jeff_146001 Posts: 296 admin

How can I reference the value of an Instructions field? While the field appears in my list of possible fields to reference, it appears to have no value when used in actions.

Is there perhaps an API call I could make?

Answers

  • Stacy_131492
    Options

    @Jeff_763648 are you looking for the instructions on a manual task? That is stored in the task.description. You should be able to make an API call to get the task by task ID (/teams/:teamName/tasks/:taskID).

  • Jeff_146001
    Jeff_146001 Posts: 296 admin
    Options

    @Stacy_131492 Thanks for responding, but I'm looking to reference the value of a template-level field that is an Instructions field type.