-
Bug
-
Resolution: Fixed
-
Blocker
-
Jenkins 1.480
JIRA 5.1.5
Jenkins JIRA plugin 1.35
If the user does not have the appropriate permissions (in our case somebody referred to a read only issue), it crashes and will try again for the next build (it will post some more comments into the tickets that the user has permissions to and once it reaches the read-only issue ID, it will crash again, and so on)
The problem lies here:
https://github.com/jenkinsci/jira-plugin/blob/master/src/main/java/hudson/plugins/jira/Updater.java#L138
According to the JIRA documentation, it should catch a RemoteException instead:
com.atlassian.jira.rpc.soap.addComment
Throws:
- RemotePermissionException - If the user is not permitted to perform this operation in this context.
- RemoteAuthenticationException - If the token is invalid or the SOAP session has timed out
- RemoteException - If the issue does not exist or your dont have permission to see it
Source:
http://docs.atlassian.com/rpc-jira-plugin/latest/com/atlassian/jira/rpc/soap/JiraSoapService.html#addComment(java.lang.String, java.lang.String, com.atlassian.jira.rpc.soap.beans.RemoteComment)
- is duplicated by
-
JENKINS-19875 One bad issue stops all other issues from being updated
- Closed
- is related to
-
JENKINS-13500 Jira plugin post "integrated in" comment on every build
- Closed
- links to