-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.13.2
-
Component/s: None
-
3.13
When creating new issue via SOAP in Java with the following code and using nonexistent version JIRA throws NullPointerException rather then picking it up in the validation.
RemoteVersion version = new RemoteVersion();
version.setId("1111");
RemoteVersion[] remoteVersions = new RemoteVersion[]
;
issue.setFixVersions(remoteVersions);
- is incorporated by
-
JRASERVER-16498 Version/s and Component/s not validated when updating an issue
-
- Closed
-
-
JRASERVER-26927 Version/s and Component/s not validated when updating an issue
-
- Closed
-