Hello, everybody.
I'd like to show a cutom screen during a transition. The main point - I don't want to use Behaviors. Let's assume, that in our organization it is highly recomended to keep application changes in code, where it is possible, avoiding any customizations, that cannot be a part of code repository.
Previously I used Power Scripts and it was a matter of one, barely several lines of code, but I'm unable to find either solution or tutorial regarding Scriptrunner.
Any help will be welcome.
You can do this with a "transition screen" off the shelf, in the workflow. You don't need any customisations or apps to do that.
Oh, thanks a lot/
But there's a problem - I want to show that screen only when some conditions are met. For example, when I have no issues within specific project, linked with current issue via specific link.
E.g. when I say "in code" I mean just it ;)
I just can't believe, there's no way to show a screen using lines of code in Scriptrunner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apps can't get into the hard-coded flow of a workflow to inject anything., but they can inject things into the screens used. It does do dynamic forms, but I don't know if they are of much use to you (I've not used them so far) - https://scriptrunner.adaptavist.com/latest/jira/dynamic-forms.html
However, I would try the easy way first:
Imagine you have a transition from Dev to Test. If Alice runs it, they should see Screen-1, but if Bob runs it, they get Screen-2
That was a copy and paste of the simple example from my notes and works without scriptrunner. In your case, you would probably use SR to provide conditions for "no issues in project A linked to B" and the inverse.
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.