Hello,
I have created a post function that extends AbstractJiraFunctionProvider
in Jira datacenter using java. However, in the Jira 10 upgrade, the dependencies com.opensymphony.module.*
, and com.opensymphony.sitemesh.*
will be removed. In this class, I have the following method:
public void execute(final Map rawTransientVars,
final Map rawArgs, final PropertySet ps)
The PropertySet
is imported from:
import com.opensymphony.module.propertyset.PropertySet;
Any help to change this?