I am developing a task where i need to populate the input fields with dynamic options e.g. via an API calls and show it to user in Pipeline's TASK UI.
I can see we have type : connectedServices:*
, my assumption(Not sure if i am right) is that connectedServices only refers to connection defines in Azure DevOps Connection.
How can i call TypeScript function that fetching dynamic Values and populating it for user via task.json file ?