Hi,
For a simple integration between 2 systems (Jira <> Not Jira), we are using Automation rules to push data from one side to the other.
95% of the stuff we're trying to do works fine using the "send web request" and "incoming webhook" triggers, but we're having some issues with Attachments.
Initially we divided it up in to 2 scenario's:
and unfortunately each has it's own set of challenges.
For the incoming attachments we had to figure out how to transform a base64 string in to something that the Atlassian REST API's would accept and had to pivot to writing an Azure function that we call from Automation that then adds the attachment to the needed work item.
For the outgoing attachments we are facing other challenges and for that I wonder if someone has advice on the following questions.
For 3. we might need to just write another Azure function to call the content url and push it to the other system, but that of course has no way of succeeding if we cannot trigger an action and sequentially know which attachment(s) to get..
Anybody got some ideas? If we can solve 1. I feel we might need to move entirely to a Azure function to see what was added in the last x minutes and pull the data.
I don't want to move to a marketplace app to do this since we need to be able to make this as generic as possible to eventually integrate with multiple (legacy) systems.
I do see there is a rule under
Pages:
@Kiam Venter , (Sadly) no Confluence in this use case.
We are using the automations to synchronize work items and work item data (like comments) for Service Management issues toward an external system (and the other way around)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.