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())
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.