[JIRA] [jira] (JENKINS-24331) [JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required

2014-10-06 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 updated  JENKINS-24331


[JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required
















Change By:


Daniel Beck
(06/Oct/14 10:04 PM)




Component/s:


plugin



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jira] (JENKINS-24331) [JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required

2014-09-25 Thread rjrome...@gmail.com (JIRA)














































Rodolfo Romero
 commented on  JENKINS-24331


[JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required















That works if you have Admin access to the JIRA instance but that is not my case and I'm sure many people cannot modify workflows due to permissions restrictions.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jira] (JENKINS-24331) [JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required

2014-09-24 Thread j...@langevin.me (JIRA)














































Jonathan Langevin
 commented on  JENKINS-24331


[JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required















Just a note, I worked around this issue by creating a workflow action that is only accessible by the Jenkins user account. By doing so, I can avoid custom screens or required fields that would normally affect a workflow action (transition) and otherwise breaks this feature.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jira] (JENKINS-24331) [JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required

2014-08-19 Thread rjrome...@gmail.com (JIRA)














































Rodolfo Romero
 created  JENKINS-24331


[JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required















Issue Type:


Bug



Assignee:


Unassigned


Components:


jira, plugin



Created:


19/Aug/14 8:02 PM



Description:


Progress JIRA issue by workflow action does not work if field is required in the JIRA plugin. In my particular case, I'm trying to change the status of a JIRA issue to "Resolved" but the "Resolution" field is required.




Project:


Jenkins



Priority:


Critical



Reporter:


Rodolfo Romero

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jira] (JENKINS-24331) [JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required

2014-08-19 Thread rjrome...@gmail.com (JIRA)














































Rodolfo Romero
 commented on  JENKINS-24331


[JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required















This is the error in Jenkins logs:

JIRA Updating issues using workflow action Resolve Issue.
JIRA JQL: project = EFC-PHHM AND component = "Configuration Management" AND resolution is EMPTY AND issuekey = EFCPHHM-1074
FATAL: null
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: com.atlassian.jira.rpc.exception.RemoteValidationException: Fields not valid for workflow action Resolve Issue: 
Errors: {resolution=Resolution is required.}
Error Messages: []
 faultActor: 
 faultNode: 
 faultDetail: 
	{}com.atlassian.jira.rpc.exception.RemoteException:null
	{http://xml.apache.org/axis/}hostname:EVUSPRISA0065.princeton.epam.com

com.atlassian.jira.rpc.exception.RemoteValidationException: Fields not valid for workflow action Resolve Issue: 
Errors: {resolution=Resolution is required.}
Error Messages: []
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:104)
	at org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:90)
	at hudson.plugins.jira.soap.RemoteValidationException.getDeserializer(RemoteValidationException.java:75)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
	at org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
	at org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
	at org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
	at org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
	at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(Unknown Source)
	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
	at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
	at org.apache.axis.client.Call.invoke(Call.java:2767)
	at org.apache.axis.client.Call.invoke(Call.java:2443)
	at org.apache.axis.client.Call.invoke(Call.java:2366)
	at org.apache.axis.client.Call.invoke(Call.java:1812)
	at hudson.plugins.jira.soap.JirasoapserviceV2SoapBindingStub.progressWorkflowAction(JirasoapserviceV2SoapBindingStub

[JIRA] [jira] (JENKINS-24331) [JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required

2014-08-19 Thread rjrome...@gmail.com (JIRA)












































 
Rodolfo Romero
 edited a comment on  JENKINS-24331


[JIRA Plugin] Progress JIRA issue by workflow action does not work if field is required
















This is the error in Jenkins logs:


[JIRA] Updating issues using workflow action Resolve Issue.
[JIRA] JQL: project = EFC-PHHM AND component = "Configuration Management" AND resolution is EMPTY AND issuekey = EFCPHHM-1074
FATAL: null
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: com.atlassian.jira.rpc.exception.RemoteValidationException: Fields not valid for workflow action Resolve Issue: 
Errors: {resolution=Resolution is required.}
Error Messages: []
 faultActor: 
 faultNode: 
 faultDetail: 
	{}com.atlassian.jira.rpc.exception.RemoteException:null
	{http://xml.apache.org/axis/}hostname:EVUSPRISA0065.princeton.epam.com

com.atlassian.jira.rpc.exception.RemoteValidationException: Fields not valid for workflow action Resolve Issue: 
Errors: {resolution=Resolution is required.}
Error Messages: []
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:104)
	at org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:90)
	at hudson.plugins.jira.soap.RemoteValidationException.getDeserializer(RemoteValidationException.java:75)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
	at org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
	at org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
	at org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
	at org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
	at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(Unknown Source)
	at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
	at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
	at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
	at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
	at org.apache.axis.client.Call.invoke(Call.java:2767)
	at org.apache.axis.client.Call.invoke(Call.java:2443)
	at org.apache.axis.client.Call.invoke(Call.java:2366)
	at org.apache.axis.client.Call.invoke(Call.java:1812)
	at hudson.plugins.jira.soap.JirasoapserviceV2SoapBindingStub.progressWorkflowAction(JirasoapserviceV2SoapBindingStub