Since we upgraded to JIRA 7.4 we have had a strange problem. We are currently on 7.5.1 and host it ourselves.
If I go to an issue and hit a workflow button like "Start Progress" or "Resolve Issue", JIRA will ignore me and do nothing. I can wait as long as I like, but these buttons will not work.
The workaround is to clear the cache (required), reload the page, and then be VERY careful not to push any buttons until confident everything is completely loaded. If you don't wait long enough, you need to do it again.
This is extremely annoying and I'm looking for a fix. Please note I'm on a DSL line, so perhaps JIRA is optimized for a very quick, reliable connection, and there's a race condition somewhere for slower connections. However, I don't have this type of bug with Google services or any other web site, so I'm confident it's specific to JIRA.
Has anyone else experienced this problem? If so, have you figured out a fix? Thanks!
P.S. Here's some additional info. If I open the JS console when the bug happens, you get "TypeError: undefined is not an object" (my least favorite JS error). It's coming from registerCallbackInDialog in batch.js. Smells like a Javascript bug.