Forums

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

How to Integrate Jira Onprem With Aha.

Suriyakumaran March 10, 2022

Hi All- We have a technology partner who currently administers the on-prem Jira instance.

We are trying to pull data from aha and trying to get it to On-prem Jira. Kindly share your thoughts on how we can make rest api calls from aha to jira On-prem.

1 answer

0 votes
Sachin Dhamale
Community Champion
March 10, 2022

@Suriyakumaran ,

Welcome to the Atlassian Community

I am not aware about the aha tool but if it provides the rest API to pull the data then you can use that one in jira.  You have to use that aha REST API in jira side to pull the data and create the issues in jira based on that data. 

You can write your own plugin in jira which will pull the data from aha using rest API and create issues using jira API

If you have script runner plugin then in the script console you write your code to fetch data and create issue based on that.

Or Simplest way would be - If you can export the data from aha in CSV/excel format then you simply import that data in jira using CSV importer.

Accept the answer if it helps

Suriyakumaran March 10, 2022

Hi Sachin.

Thanks for your quick response, with your answer I was able to come to a clarity. Is there any reverse engineering way that we can push the data to aha from On-Prem Jira.

I have been Following the below documentation from jira. I wish to share it with you. kindly help me to whether this documentation will help me crack my probelm.

Jira Documentation: https://docs.adaptavist.com/sr4js/latest/features/built-in-scripts

Sachin Dhamale
Community Champion
March 10, 2022

@Suriyakumaran ,

 

The mentioned Doc is used to run the Script runner Built-in functionality remotely.

If you want to move data from aha to Jira then you can simply use the code in the jira script runner console and execute it. also you can use code on issue create listener or post function so respected issue will be created in aha.

Suriyakumaran March 15, 2022

Hi Sachin,

The Script Runner Built-ins mentioned in that doc has only few codes like Bulk-Move SLAs & Bulk import custom filed values that works with On-Prem Jira. These built-ins helps to import data to JIRA. My Idea is to Move data from On-Prem Jira to Aha. Is there any possibilities to crack it or do you have any guidance for me ?

Suggest an answer

Log in or Sign up to answer