Is there any API for the Implementation of CannedScript or any example Scripts?
Here is a template of the implementation of CannedScript:
There already was a ticket created in 2019 and a bitbucket link but this link isnt reachable anymore.
So can anyone help me out?
Creating custom Built-In Scripts, (Canned Scripts), in ScriptRunner involves implementing the com.onresolve.scriptrunner.canned.CannedScript interface. However, this interface was not originally designed as a public API, and its documentation is very limited. The link that you provided, also indicates that they are working on public APIs and generating Javadoc for such APIs, though these are not yet publicly available. You can find this related post and their answer on Atlassian Developr Community
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.