-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
-
None
When a JIRA issue is transitioned in a review, it may fail due to a field is required to be filled:
2013-06-27 08:24:33,020 ERROR [btpool0-16364 ] atlassian.fecru.plugin.reviewissuetransition ReviewIssueTransitionsServlet-renderAjaxExceptionMsg - Error encountered in the Crucible review issue transition plugin
com.atlassian.fisheye.jira.RemoteJiraException: com.atlassian.jira.rpc.exception.RemoteException: Error occurred when running workflow action Resolve QA Issue:
Errors: {customfield_10013=Review Status is required.}
Error Messages: []
at com.atlassian.fisheye.jira.soap.JiraUALSoapInvoker.invokeOperation(JiraUALSoapInvoker.java:46)
at com.atlassian.fisheye.jira.soap.AbstractJiraSoapInvoker.invoke(AbstractJiraSoapInvoker.java:31)
at com.atlassian.fecru.plugin.reviewissuetransition.web.ReviewIssueTransitionsServlet.transitionIssue(ReviewIssueTransitionsServlet.java:247)
at com.atlassian.fecru.plugin.reviewissuetransition.web.ReviewIssueTransitionsServlet.doPost(ReviewIssueTransitionsServlet.java:150)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
…
Caused by: com.atlassian.jira.rpc.exception.RemoteException: Error occurred when running workflow action Resolve QA Issue:
Errors: {customfield_10013=Review Status is required.}
Error Messages: []
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
Can we remove this error as a warning?