Hi,
I would like to know if there is a possibility to trigger Calendar event creation with Jira Automation.
My goal is to add an event to the Confluence calendar with the same start/end dates as Sprint.
Something like:
WHEN: Sprint created
THEN: Create Calendar event (with the same dates as new sprint)
Hi @Iweta Adamczyk ,
This is not supported as an action out of the box, and there is no "official" rest API for the calendar either. However, according to this ticket, there is an undocumented REST API you can use for calendar actions. You can try using this in your automation with a custom "web request".
Please be aware that the behaviour of undocumented APIs may be subject to change without warning.
Hope that helps!
~ Hariharan
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.