Creation of Forge Issue Actions Programmatically

Is there any way to create an Issue Action programmatically?

We require a mechanism for displaying extra actions on an issue but these may not always exist. As far as we can tell an Issue Action defined in the manifest is always present.

Thanks in advance for any advice.

Hello, @john.campbell,

This is not possible currently, all issue actions must be defined in the manifest. You could use display conditions for controlling which actions are displayed, but I’m afraid that currently the set of available conditions is too limited for that. We are planning to eventually extend it with new conditions (e.g. based on entity properties), but there are no dates for that yet.

Hope this helps, let me know if you have more questions.