Hi
My issue type for email creation have three fields only
Summary (mandatory )
Description (optional)
Attachment (optional)
I am receiving this error randomly and couldn't find the cause. No other error logs showing anything. Could you please help.
Error message:
Configured request type has too many visible required fields
The reason behind this error was weird. I was using a listener which was updating the issue type and that issue type have some mandatory fields.
I disabled that listener. But i am still surprised, it shouldn't impact the mail handler, as listener was being executed after issue is created and mail handler runs before issue creation
Hello @Muhammad Ramzan(Atlassian Certified Master) , make sure your request type has only Summary and Description as required, visible fields. And other fields must be optional. You can make those other fields optional from your Projects --> Project --> Project settings --> Request types. --> Edit fields. See Receiving requests by email
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply but i already have all fields as options as i described above. Also i am facing this error randomly , if there are any mandotry fields , no email request will be processed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share a screenshot of the "fields" associated with your "request type"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here it is, as i said before its random error. If this is the case none of the request should be processed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the screenshot! Can you try making description field required and give it a try again.
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.
The reason behind this error was weird. I was using a listener which was updating the issue type and that issue type have some mandatory fields.
I disabled that listener. But i am still surprised, it shouldn't impact the mail handler, as listener was being executed after issue is created and mail handler runs before issue creation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Muhammad Ramzan(Atlassian Certified Master)
Thank you so much for your help and quick response!!!
With your answer we were able to identify the problem and proceed to solve it.
Thanks again and best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@desarrollo , you are welcome, happy to see your problem is resolved too.
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.