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.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 ?
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.