pub async fn create_story_for_task(
    configuration: &Configuration,
    task_gid: &str,
    inline_object32: InlineObject32,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse20020, Error<CreateStoryForTaskError>>
Expand description

Adds a story to a task. This endpoint currently only allows for comment stories to be created. The comment will be authored by the currently authenticated user, and timestamped when the server receives the request. Returns the full record for the new story added to the task.