Details
-
Bug
-
Status: Done
-
Trivial
-
Resolution: Done
-
None
-
None
-
None
-
Sprint 57, Sprint 58
-
0.8
Description
Possibly only works for jira-software, and only because the @WithPlugin is not actually required for that.
Example I am using from the other ticket:
import com.atlassian.servicedesk.api.field.FieldInputValue import com.onresolve.scriptrunner.runner.customisers.WithPlugin @WithPlugin("com.atlassian.servicedesk") def val = FieldInputValue.withValue(10) log.debug "Value : ${val.value()}"
STC works OK.