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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.