This is for the nFeed Plugin.
I need to get a value from an SQL database with colums C1 and C2
I have made 2 fields, F1 and F2
F1 is a SELECT C1 from table
F2 is a SELECT C2 from where customfield(C1)=X
From the UI it works, I can select a C1 value, and F2 field is populated with C2
In groovy, I populate C1 with a value and use issueService.Update - but F2 is not populated, its just "null"
How can I populate F2 (like a "UI refresh/update") from groovy?