Store customfield Values in external Datasource

Robert Hollmann March 18, 2014

Hi Folks,

is there a plugin or a way to store values of several Customfields in external Databases and

also query them into the custom fiels. Plugins like "nfeed" or "Database Customfield" do only half of the work by providing only fetch queries from the external source. So how could I write to the external Database?

Thx and cheers

Robert!

1 answer

1 accepted

0 votes
Answer accepted
Luther Hargrove
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.
March 18, 2014

I would use the REST API for this. You can qeury out of JIRA and insert into external sources and also pull out of external sources and do updates into JIRA. There would be a lot of logic involved, but using the REST API would be a good way to do this.

Suggest an answer

Log in or Sign up to answer