Execute an issue action by api

Hi,

I’m wondering if it’s possible to to execute an issue action via the JIRA API

I’ve had a look through the reference documents and i couldn’t see anything, but hoping I missed something.

Below is a screenshot of what i mean, in the screenshot, I would like to know if it is possible to execute the action Story

Many Thanks

James

Hello @jpspringall

You can’t trigger automation actions directly via the REST API, but you could use an incoming webhook as the trigger, then make a call to the webhook REST API to pass through a particular issue ID so that the automation knows which issue to run against.