A "IDE Fatal Error" occurred with a Null Pointer Exception. When I tried to "Create error report in Atlastian JIRA" I had trouble logging in and now I get "You do not have permission to create issues in this project." How do I get that permission?
-------------------- 8< --------------------
Just so I don't lose it...
Not sure when it happened. All I have done since I opened IntelliJ is:
* updated my JIRA password
* created a new change set
* moved a file to the new change set
* shelved a couple of small change sets
* put the sheets in the dryer
Then, when I came back, I noticed the blinking error icon.
java.lang.NullPointerException
at com.atlassian.theplugin.idea.jira.JiraIssuesFilterPanel$SyncViewWithModelRunnable.run(JiraIssuesFilterPanel.java:571)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:314)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)