Please help me to avoid static type checking:
Hi,
It's not a "real" error in this case.
Let me explain this:
On console, you have defined the variable IssPart with def and this doesn't let JIRA to know which methods does that variable have, so it throws the error because "you can't use a method on that variable because I don't know how it works" but you actually can.
Just run your code and in execution time, it will work.
As I said before, it's not a "real" error in this case. It's not always like this.
Hope it helped!
Best Regards,
Marcos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.