Hello fellow Atlassians & Scriptrunners,
my little "problem" is to guarantee that the already written scripts (not by me , so i don't know the date&version are written ) are compatible to the new version.
Little info (current bild):
So....
Is anything else that i should do or an automated way?
PS.... the only process that i didn't made but it's planned ,is to run the whole script process logic manually and check if a problem is raised (they are not many scripts hopefully :P )!
Thanks in advance,
CM
I think you've done almost everything you reasonably can. Your two steps on reading the notes and checking the auto-correct are pretty much right.
In an ideal world, your idea about the third step is exactly what you should do. Get a test system and run through every script to check it does what you expect.
Personally, I've a nasty habit of skipping steps 1 and 2 when I'm doing a mid-level release and just running step 3 - if I start running into a lot of errors, then I go back and do 1 and 2.
When I say "mid-level release", I mean if I'm doing an upgrade like 7.3.x to 7.7.x - the major version is not changing, so it's actually unlikely that scripts will start to fail, as Atlassian rarely change the APIs radically enough to cause a failure. 6.x to 7.anything is NOT funny - they deprecate a lot of code and change the way users work, so you really have to go over everything, but it is very rare that they remove something in a minor release. So, in general , if a script is ok on 7.0, you can bet on it still working in 7.12 (maybe some deprecation warnings, but I would not expect it to stop working completely unless it's doing something daft like direct SQL access or trying to draw in unsupported libraries)
Thank you a lot, again, for your advices and experience that you shared @Nic Brough -Adaptavist-
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- I'm sorry that i mention you here without your permission but i didn't know another way to reach you!
Is it possible to help me ? or do you know someone who had the same issue?
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.