I've been tyring to automate a runbook and have it start on a hybrid worker that's linked to the runbook.
If i manually run it from azure on the Hybrid Worker it runs seamlessly, but there doesn't seem to be a way to set the "runOn" parameter from the automation integration itself, i would like to avoid using webhooks to solve this.
Any suggestion on how to action this?
I'm running into the same issue, would like to know what your plan is as well. I'm investigating different ways of doing this.
Sadly, I have not found a good way to do this.
You could have the runbook take in the parameters from Jira, and have that runbook start another runbook with the "runOn" parameter, but it's best to instead fit the industry standard and use the "Send Web Request" automation component to call the runbook properly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Simone Rancarani (Admin)
Welcome to the Atlassian community.
This forum is for questions related to the Atlassian product Jira.
Can you clarify how your question relates to Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The runbook is being started from a JSM automation, i'm trying to find out if anyone was able to run the runbook as a hybrid worker with the Azure runbook integration, or if I have to go through webhooks to be able to run it on the hybrid worker instead than on the cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.