How can I connect my MySQL database with Cloud JIRA Database? -
i having 1 asp.net application in used mysql database. mysql database having list of issues in 1 of table. want access database of our cloud jira , want insert issues of mysql db cloud jira db directly asp.net application.
is there api available so? best approach fulfill above requirement?
if using jira cloud, not able access database @ all. it's part of limitation of cloud. might able use rest api depends on looking achieve exactly.
however, recommend find way export issues asp.net application csv file , restore csv file cloud jira since jira has ability create issues excel file.
note that, may need contact atlassian support restoring jira csv file since have full control on instances.
Comments
Post a Comment