kembitnl.topdesk.os_current (1.0.2) — lookup

Gets current OA in an OS

Authors: unknown

Install collection

Install with ansible-galaxy collection install kembitnl.topdesk:==1.0.2


Add to requirements.yml

  collections:
    - name: kembitnl.topdesk
      version: 1.0.2

Description

Gets the most current open (i.e. not resolved or skipped) operational activity in an operational series, based on the planned start date. At most one operational activity is returned.

The Topdesk environment variables should be set, see the README.

Inputs

    
os:
    description: The Operational Series number
    required: true
    type: str

Outputs

oa:
  description: The operational activity number of the most recent open OA in the series
    (or an empty result if none are found)