Hi,
currently, the Forge workflow modules do not support the viewportSize property. When using the modules, the size of the configuration dialog is larger than what Atlassian is using on native workflow actions/conditions/validators.
Are there plans to support the viewportSize property for the Forge workflow modules?
Hi Udo,
Your reading is right, and it shows up in the schema rather than only in the behaviour. Unpacking the current @forge/manifest package, viewportSize is declared on 24 modules and on none of the three workflow ones. jira:workflowValidator, jira:workflowCondition and jira:workflowPostFunction are all present in the same schema and none carries the property anywhere in its subtree. The manifest reference page for the validator doesn’t mention it either.
I couldn’t find a ticket covering it. This gets tracked one module at a time instead: ECO-222 asks for viewportSize on the JSM Assets Import Type module and sits at 1 vote, ECO-1607 asks for modal sizing on jira:command and sits at 2. Both are still Gathering Interest.
So there’s nothing to vote on for workflow modules specifically, which given the pattern probably means one needs raising rather than that an answer is pending. jira:command is the closest analogue if you want a template for how it was framed.
Anyone from Atlassian able to say whether the workflow modules were left out deliberately?