Create Jira Issues in Foundry - what do you suggest?

We want to transform our foundry issues to jira issues and we want to create new jira issues out of foundry.

What is the recommended approach to connect jira with foundry?
Shall we use a webhook including a data connection or is there a better way?
Is it easier to use a python repository or a jira repository in foundry for this use case?

Hey! is your Jira in the cloud or on prem? this gets a little more difficult for on prem Jira systems since you need to route through an agent.

Either way, you need to setup a rest API source for your Jira connection.

From there, you can communicate with Jira via webhooks or via source based external transforms.

If your Jira is on prem you will need to use agent proxy runtime

Thank you so far for you answers. Currently we are working to set up the data connection and implement a webhook.

Btw. our Jira is on prem… :slight_smile: