-
How to change a Code Studio instance to use a new template?
Hi, Is it possible to change the Code Studio template used for an existing Code Studio instance? If not, can I duplicate it and change the Code Studio Template at that time? thx Operating system used…1 · -
Re: Possible to add flow image and wiki as inline email vs attachments?
Will do, once we validate it.1 · -
Re: Possible to add flow image and wiki as inline email vs attachments?
@Turribeach Great summary, thanks again!1 · -
Re: Application tiles should include Calendar widgets
OK, this can be done using project variables: { "name": "start_date", "type": "DATE", "label": "Start Date"}1 · -
Re: FInding flow zones by tag name?
@Turribeach I did have to add a `try-except` enhancement due to some flow zones not being accessible to me: for p in projects : project_key = p["projectKey"] project = client.get_project(pr…1 ·