Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create/clone ticket from Jira Cloud to Data Center using AFJ web request

Aleksandar Salevski October 24, 2025

Hi,

 

Does anyone manage to create a ticket from Cloud to DC using a web request from AFJ? Also, we have enabled SSO on the DC instance.

 

BR,

Alex

1 answer

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 24, 2025

Hi @Aleksandar Salevski 

You would need the following, access on the DC instance?

Can the Cloud instance reach the DC instance?

Use oAuth or basic authentication option, to connect to the DC API, https://developer.atlassian.com/server/jira/platform/security-overview/ 

These are pre-conditions that need to be true.

Then in theory this should work.

Aleksandar Salevski October 24, 2025

HI Marc,

 

Forgot to provide information that th DC instace have enabled two-factor/SSO enabled.

Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 27, 2025

Hi @Aleksandar Salevski 

Make sure the user you want to use for this connection is opted out for 2FA, this can't work with 2FA, as the API for on-prem installations can't use 2FA for a user.

Aleksandar Salevski October 27, 2025

Actually, you can, I succeeded. You need to put Authorization in the header.

Suggest an answer

Log in or Sign up to answer