Forums

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

Integrating JIRA Project and GitHub Repo using DVCS via API Call instead of UI

Dave Sayles
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 13, 2025

I'd like to integrate a JIRA Project and GitHub Repo using DVCS via API Call instead of UI. This is to programmatically setup repos with a JIRA project in a single step, instead of requiring engineers to do this manually.

I haven't found documentation indicating I can set this up programmatically. Anybody know if that's possible?

1 answer

0 votes
Sunny Ape
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.
March 13, 2025

Anybody know if that's possible?

Yes, it is possible, but of course that's a seriously non-trivial task, so there is no one, single document that describes how to achieve that specific outcome.

You'll need to browse through the documentation on Atlassian's Developer site, choose the toolsets that align with your preferred development environment and programming skill set, review Jira's supported functions, methods and libraries, acquaint yourself with its REST APIs, and start the long journey of building that custom integration yourself.

Have fun!

Suggest an answer

Log in or Sign up to answer