Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to populate data coming from plugin into SQL table

Prashant Chaurasia October 20, 2020

Hi ,

Hope you are doing well.

 

We have a custom Jira plugin which actually generates the data into an excel based on some filters and calendar dates.

Now we have requirement to populate this data into a sql table instead of generating a excel.

Can anyone help me with the required changes in the configurations to achieve this requirement.

 

Thanks in advance.

 

Regards,

Prashant

1 answer

0 votes
Nic Brough -Adaptavist-
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.
October 21, 2020

Your plugin will need some code that can push the data out into your remote database.  Typically, that will need a database driver for the remote database to be available.

Suggest an answer

Log in or Sign up to answer