I have an existing custom Agile development application tool that uses a Microsoft SQL Server database. I am supporting a JIRA Software implementation to replace this tool. The client would like to pull as much of the existing data as possible from the custom Agile development application tool SQL Server and load to JIRA Software.
There will be basically three levels of business rules for data migration LOE:
Low LOE = 1to1, exact match, migration SQL Server to JIRA Software
Moderate LOE = some logic for formatting data for migration SQL Server to JIRA Software
High LOE = extensive logic for formatting data for migration SQL Server to JIRA Software
Is an API available for this purpose provided with JIRA Software?
If not, is this possible with a custom process using Java, C#?
The client has requested the same for a custom Help Desk application that also uses Microsoft SQL Server. This would be for JIRA Service Desk.
Is an API available for this purpose provided with JIRA Service Desk?
If not, is this possible with a custom process using Java, C#?