For tasks in my Bamboo YAML Spec (version 2), I am trying to add descriptions. Something akin to:
tasks:
- script: echo hello world
description: This task says hello!
There is no mention of the word description in the YAML reference. Is what I'm trying to do even possible?