How can I automate the creation of a Jira ticket for every new event added in confluence calendar ? I tried using confluence automation but couldn't find any trigger or action related to confluence calendar.
Hi @Vysakh Balachandran -- Welcome to the Atlassian Community!
I recall there is unsupported REST API to add a webhook for Confluence, but I do not know if that includes an event for adding a calendar event. You may want to check the developer community to learn if that is possible:
https://community.developer.atlassian.com/
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
welcome to the community!
As far as is know, there is no trigger for event creation in confluence automations.
You could do it the other way.
If an issue is created in a specific project, you could send a web request to the confluence api and create an event.
But I'm not sure, if the API allows you to create an event.
Cheers
Max
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Max Walther for the response. I wanted the other way around but still I will look into the possibility of using confluence api.
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.