Since atlassian added calendars with 'events' in them and ignored the rules of writing technical documentation, searching for how to do anything with 'events' is really obnoxious now.
I'm using the latest confluence LTS release with the most recent scriptrunner version for confluence.
All I want to do is receive a 'PageUpdated' event in a listener (simple, I got that working) and fire a custom event to be picked up by jira if the conditions are met.
Can someone point me towards the documentation on how to create a new remote event, as shown in the jira 'remote custom listener creation' page in jira scriptrunner? (shown in attachment).
Nevermind, for anyone coming to this issue because of difficulty in finding documentation for this, here is the doc page for the ConfluenceEventPublisherManager ConfluenceEventPublisherManager (Atlassian Confluence 7.13.5 API) which should have the relevant information to get an event from confluence to be picked up in jira
I think, I'm not an expert. I found it while reading through this semi-related page Write an advanced blueprint plugin (atlassian.com) and noticed a confluence event publisher in some of the code
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.