Code Completion ... how to declare issue

david-guild September 27, 2019

Working on Post Function scripts in Intellij, and I like "warning free" code. 

I am getting "warnings" because "issue" is already in context and I technically don't need to define it to use it ... but I do need to type cast it to have auto-completion work. 

Example:

BusinessAnalyst = cfBusinessAnalyst.getValue(issue)

"issue" is throwing a warning, and rightly so ...

BusinessAnalyst = cfBusinessAnalyst.getValue(Issue issue)

This doesn't work either. I am missing something simple I am sure.

Edit: Also, "dump()" is throwing a warning ... maybe there is a better way to do this as well?

log.info("validateAssignResult: " + validateAssignResult.dump())

 

0 answers

Suggest an answer

Log in or Sign up to answer