Lets assume that there are 50 script fields in my JIRA instance. I want to implement facade for these fields. So that all script fields have same file in their script file locations. In this main script file we can have logic so that it can navigate to required script field. So I can achieve this by creating this Main Grroovy script file and Classes for all script fields. So in main file I can call methods of Script field Classes. My concern is, in main file how is it possible to know that which class should execute. I mean to say that I can I know for which field the script is executing
Hi, thanks for your response.
Can you please tell me what is mean by Binding?
Hi,
You can know which field is executing by looking at "customField", which is available in the binding.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, thanks for your response.
Can you please tell me what is mean by Binding?
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.