Hi there,
I want to display a Web Panel with Scriptrunner - Fragments - Show a web panel
for a specific project and a specific workflow step.
So I have in the Condition:
(jiraHelper.project.key in ["PROJECT"]) && (getActionName() == "In Progress")
But getActionName() does not seem to work.
Is there a way to get to the workflow step name from this place?
It seems like you wish to display fragment in specific issue status
To get the status name of the issue, here's the condition:
issue.status?.name == 'To Do' //if the issue in "To do" status
May I know is this the solution that you're looking for?
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.