Hello Team,
Could any one help me how this can be implemented using Script runner post-function. This should work when there is a screen added during a Epic Transition to In progress.
Please provide the working groovy script which can be used in post-function. I am requesting as I am not proficient in Groovy.
Thanks,
Suresh
There is nothing wrong with the script. Did you try to run it?
Sometimes, the script editor will report static type checking errors because it's unable to confirm the script is okay or not. Because groovy doesn't require objects and variables to be strongly typed, these sorts of errors can sometimes appear. They are not always something that needs to be resolved.
In this case, the httpbuilder will have defined that variable. But your code editor can't guess that ahead of time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.