How to access the script file using java plugin
2 answers
What exactly are you trying to do? In general, the server operational behavior API does operate on e.g. work item data such as attributes. It goes not operate on the scripts or their results. Those have run before the operational behavior is even started.
Comments
Hi Ralph,
I have configured some Calculated value set (script) and applied to attributes. In this script I have added some data which are filled in the work item attributes. Those data are I want to access in plugin.
As I already provided the data in script file. So I want to collect the 2 or more script data using java plugin and need to combine the required data in plugin and perform the operation in work item.
For all I know operational behavior don't have access to that data.
That approach sounds wrong to me.