Recently, when we try to manually create an issue by clicking the "Create" button, it doesn't work. We don't know exactly when this started, but we know it's been in the past month or so.
When we click the Create button at the top, the normal form appears where we can fill in fields (and choose which fields we want to see for the issue). Once we have the fields filled in, we click the Create button at the bottom of the form. Nothing at all happens; no error message, the form doesn't go away, the issue does not get created, etc. Literally nothing happens at all. You can click the Create button as many times as you want, and nothing will happen.
Similarly, for issues that have already been created, pressing the Update button does nothing.
However, issues can still be created through the customer portal in Jira Service Desk. So that part works completely fine.
We were on on Jira 7.13.0, so updated to Jira 7.13.1, thinking that might fix it, but it didn't. We can't upgrade to Jira 8 yet because we have plugins that have to be updated first.
Any ideas?
Based on testing, we believe an add-on called nFeed is causing the issue. Upon disabling it, the issue seems to have went away.
You can raise a ticket to the vendor of nFeed, I believe they will fix it ASAP.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jason,
Try to identify which nFeed field is causing the problem. You could do this by removing one by one from the create screen.
Once the field is identified, check the configuration of the field.
You can always open a ticket with our support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Jason,
This is most probably a javascript error causing not to create the issue.
Open the browser's developer tools and try to see what error you're getting. It may give you the clue to locate and fix the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even if I find the issue, how would I fix it? I haven't changed any Javascript or HTML in Jira, nor do I know how to.
So even if something is messed up, how would it have gotten that way? Is it shipping from Atlassian broken?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Most probably it is not shipped as this, and a plugin is causing the problem. Locating the problem. Will guide us to the solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, so a plugin could be doing it, too. That makes sense. I knew that I hadn't changed anything myself. :)
I will check it and report back.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The following error is generated in the console when simply navigating to the issue-creation form:
Field not configured.
It points to this address:
batch.js?baseurl-check-resources=true&healthcheck-resources=true&is-server-instance=true&is-system-admin=true&jira.create.linked.issue=true&locale=en-US&nps-acknowledged=true&nps-not-opted-out=true&richediton=true&spectrum=true&user-logged-in=true:6462
When I click the Create button, it generates these two errors:
An invalid form control with name='778af0dc-97b1-4fc0-bf5d-687f335d19be' is not focusable.
An invalid form control with name='' is not focusable.
Does this give any clues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I still have this problem in all browsers but a freshly installed and vanilla Firefox. I assume it's due to some sort of ad blocking or cookie pop-up blocking, but disabling my blockers hadn't helped.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After reading the thread i uninstalled chrome app after chrome app. The "Create" button started working after I uninstalled SEOquake.
BR
Henrik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is really hard to have a stable environment using all the plugins with harmony.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can imagine. I always assumed a website could cause plugins to malfunction but not the other way around especially if I'm not actively using the plugin. I don't understand what SEOquake (how supposedly just analyze the page I'm at) can cause a button on the page to malfunction.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's all the magic of javascript :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For me, it is enough to clear the cache of the browser, and everything comes back to normality.
It happens from time to time, I do not know the reasons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just had the same problem and turning off a Chrome extension, WAVE Evaluation Tool, solved the problem for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, folks,
I have the same problem. The pop-up screen is shown, I fill in its fields, but when I click on the Create button at the bottom, the problem is intermittent: sometimes the "Create" button works, sometimes, not.
I make my tests always when JIRA is at exactly the same page (the initial page that shows the project issues when you open the project).
In our case, we DON'T have the nFeed app in our system.
I'm able to activate de Developers Tool, but I don't have the expertise to analyze the info there.
Please, can someone help with this? Which kind of info from the Developers Tool tabs must I send to you?
Thanks in advance.
Antonio.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may have a required field not present in the screen
Jira doesn't show any error to the user in this case
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If that were the case, then wouldn't you always have this problem occur? I am having this same issue. It appears to be within a certain project so what you say makes sense but sometimes it will create the issue and sometimes it doesn't with no warning. The create screen just sits there and when I click create it does nothing. I have to try it several times or close out of Jira and go back in for it to work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@devops Nexi your comment was the fix for me! i had a required field that wasnt showing in the form for a new issue type i created and causing the issue creation glitch
thanks for pointing me in the right direction!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.