You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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?
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.