is it possible to access an external ms sql db from a calculated field to grab the field value from there.?

alistairg February 25, 2015

Using the calculated field plugging where you write java code in the <-- --> blocks is it possible to access an external database (ms sql 2008) to grab the field value?

1 answer

0 votes
Jobin Kuruvilla [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.
February 25, 2015

Yup. You might want to consider the performance, depending on what and where the data is!

alistairg February 25, 2015

Yeah. Db is close on high speed network. Table is well indexed with small volumes. Query will only ever return single record and single value. Code will only execute in specific scenarios limited by project, issue type and other field values and I will try put short time out in place. Performance is a concern of course but I want to try this as it could bring useful visibility to some of the tickets.

Suggest an answer

Log in or Sign up to answer