Hi,
How can I distinguish if an issue is on create, edit or show screen whit Script Runner?
I can get the create view with getActionName() method, but this is not a solution for edit and show views.
Thanks!
Regards
getActionName() works for the Create Issue screen, but doesn't work for the Edit screen. According to https://productsupport.adaptavist.com/browse/SRJIRA-85, that is not a bug but was done by design. getFieldScreen().name won't work either I don't think.
Behaviours do not work on the Issue View screen. Behaviours only function on the Create Issue, Update/Edit Issue, Assign Issue, and Workflow Transition screens. If you are on a later version of ScriptRunner, attempting to inline edit a field on the View Screen that has a behaviour attached will simply open the Edit Issue screen.
So as far as I know, there isn't really a way to check in a behaviour if the issue is on the Edit screen.
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.