How to connect with Database through jira plugin?

Nageswarara Rao May 17, 2013

Hi

I m developing a jira plugin , i want to connect with Database(currently Using SQL Server2008)

Is there any way to connect

Thanks in advance

2 answers

1 accepted

0 votes
Answer accepted
Timothy
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.
May 18, 2013
2 votes
Øivind Boge July 2, 2013

I'm using the following, think it should work for any kind of database.

SQLProcessor sqlProcessor = new SQLProcessor("defaultDS");
Connection connection = sqlProcessor.getConnection();

Suggest an answer

Log in or Sign up to answer