getAt(0).name

Jamil Rahimov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 30, 2018

Please help me to avoid static type checking:
1.PNG

1 answer

1 vote
Marcos Sanchez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 30, 2018

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events