How to insert custom field data(in create issue screen) into a table in external database?

Anuradha Gopalan March 20, 2014

I have a custome field called ' total no of leaves' in issue screen, need to insert this value into a table in external database. I used jira-database-values-plugin, it works perfectly for select queries but throwing '[jira.plugin.databasevalues.DatabaseRowCache] Can not issue data manipulation statements with executeQuery()' for insert query. Can any one please suggest me how to insert data?

1 answer

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 20, 2014

The database fields are for reading external databases into Jira fields. Not poking data into remote databases.

You'll need to code something to update external data.

Anuradha Gopalan March 20, 2014

Thanks for the reply :-)

Suggest an answer

Log in or Sign up to answer