Hello,
The main difference that Power Scripts uses its own language (sil) and ScriptRunner uses groovy/java, which gives you the following:
1. Power Scripts only can perform actions, which are defined for sil. Though SIL contains many different functions, you still can meet a requirement, which you will not be able to accomplish. ScriptRunner lets you use Jira Java API directly, that is why your limits are only within Jira Java API
2. SIL is much easier to learn and it hides complexity of Jira architecture. For example, when updating an issue, you do not have to know several ways to update issue and how to deal with different custom fields types. You will write just a single line. If you use ScriptRunner, you have to understand, how Jira works or use ScriptRunner ready-made functions, but it would limit your possibilities.
3. The same script in Power Scripts is supposed to work in all Jira versions. You would need to change a script in ScriptRunner, if Jira Java Api has changed for this particular Jira version.
In short, ScriptRunner is more flexible but more difficult to learn and develop.
It is my opinion about the two plugins. I guess, different people can have different opinion.
Hello @Alexey Matveev,
Thank you for your reply.
Can you tell me where I'll find more information about SIL. And SIL alredy made instructions, if there are any?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can find documentation here:
https://confluence.cprime.io/display/SIL
There are many examples and tutorials. Video tutorials are available as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.