Good-day
We recently recieving this error message when creating an issue and have all permission.
Error
The following validation errors were found:
Summary: You must enter a value for this value Please correct them
It works fine with other users including mine but fir this specific user it doesnt create issues and he has permissions to this project. Field is not deleted and we use it to identify our issues.
Does the summary field appear when the user clicks "create"?
If it does, do they get a different error if they leave it blank? What exactly happens if they fill it in and commit?
The error you are seeing does not look like the standard "You must enter a summary" error in Jira, so it could be from a validator you've added - you might want to check that as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, that error is not the error message I get when I leave a summary blank, which strongly implies something else is giving it. What validators do you have on "create"?
Could you also check what happens when the user who is having a problem EDITS an existing issue? Just get them to blank out the summary and try to commit it (no need to actually get it through), to see what the error message is - and the same for a user who is not struggling?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know which question you're answering now. Could you lay out each test you have done, and what the result is here? Without interpreting the results - just the plain text of the error message, unedited.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok..i was referring to summary field if is blank and they create a ticket; it syas "You must specify a summary of the issue". I have asked the user to as you requested (Could you also check what happens when the user who is having a problem EDITS an existing issue? Just get them to blank out the summary and try to commit it (no need to actually get it through), to see what the error message is - and the same for a user who is not struggling?)
I will let you know once i have areceived a feedback from the user..thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi! This error is happening to me now as well. When i edit an existing issue blank out the summary it says "You must specify a summary of the issue."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that's correct. The summary is a mandatory field.
That's not an error or a problem, it's telling you that you can't blank out the summary.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, thats correct. But why when type information i receive this error:
You must enter a value for this Filed Please correct them, have attached an error message as well
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's because you have set a field as mandatory, and then left it blank (it might not even be on the screen).
This is exactly what this conversation is about - you are not filling in data for a field you have set as mandatory. I'm struggling to help you because you don't answer the questions I ask which would clarify where you have set the field mandatory and why you can't do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On the attachement i have send you sir, it shows that there is data i have put on the field hence when i create it gives me this error..
Check my screenshot summary field.PNG file attached? or do you want me to send you an email with the file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are no attachments on this question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I know "Answers" does this sometimes - it pretends to let you upload images, but doesn't actually do it.
I don't really need a screenshot, I just need a clear description of what you are seeing. So, can you tell me:
Please do not try to answer other questions you think I might have - keep it simple, as I'm getting very confused by your answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Action
Create an issue
2. Fields
Project: "Mandatory field"
Issue type:"Mandatory field"
Summary "Mandatory field"
Description:
Reporter:
3. Error
You must enter a value for this Filed Please correct them
4. Popups after commit above create dialog box.
Thats the reason why in IT support is better when you see an attachement error message so that it makes sense to do investigation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, good. That error message is spelt incorrectly, so I doubt it's a Jira error and that implies you are using some form of validation plugin on the create issue transition. (Just in case it was a spelling mistake in Jira's core, could you tell us what version of Jira you are on? 5.1.8? It should be on the footer of every page)
Go to the workflow and find your "create" transition and view the validators on it (I think you'll need to be in edit-workflow mode to see them, that's fine, we're not going to commit any changes). That will tell you what validator you have attached, and the configuration for it should also list the field you've told it to treat as mandatory
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, good. That error message is spelt incorrectly, so I doubt it's a Jira error and that implies you are using some form of validation plugin on the create issue transition. (Just in case it was a spelling mistake in Jira's core, could you tell us what version of Jira you are on? 5.1.8? It should be on the footer of every page)
Go to the workflow and find your "create" transition and view the validators on it (I think you'll need to be in edit-workflow mode to see them, that's fine, we're not going to commit any changes). That will tell you what validator you have attached, and the configuration for it should also list the field you've told it to treat as mandatory
Oh, and to eliminate it as the error - make sure that you enter a summary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. JIRA v5.1
2. Not using any validators on the transition
Whats funny Nic when i encounter that error after commit, i close it and recreate issue again and it pulls through..funny dont you think?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I honestly don't understand where you are getting the error message. The incorrect spelling tells me it's not Jira, so it must be a plugin or some code you've customised.
I'd expect that message and behaviour to be done by a validator, but you say there are none. That doesn't seem right to me, by default, there IS a validator on the create transition, and it's one that is pretty much essential - can you confirm that you have that? Tell me what it is.
The next thing to look at if we can conclusively rule out a validator is javascript - it's starting to sound like you've got javascript that is trying, and failing, to do validation in the browser. Could you have a look for that? It'll be buried in the html page at least - one easy way to find it would be to look for the spelling mistake...
I'm also concerned that something odd happens when you do this a second time. That actually implies that there is something wrong with your browser, or that the paragraph above is the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I have disabled the behavoius plugin and looks like i dont get any error message. But whats funny i didnt setup any validators or condition on the plugin itself.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right, so it's looking like that plugin is causing it - it inserts a number of hooks into the issue screen, so you'll need to work out what you have done. It might not even be a validator or condition - it could be one of the hooks doing something odd.
I'd check the versions of the plugin are right for your Jira first, updating if you're not on the latest compatible version. Then do some debugging if you can - open the page in plain text, and check through the javascript (Again, looking for that spelling mistake). If you get stuck, raise it with the plugin's author.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you tried entering a summary? :-)
Maybe you have deleted this field from the create issue screen but the field is mandatory...
Cheers
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.