[JIRA] (JENKINS-35998) No issue update if at least one issue does not exists

36 views
Skip to first unread message

jan.hoppe@heidelberg.com (JIRA)

unread,
Jun 16, 2016, 2:33:01 AM6/16/16
to jenkinsc...@googlegroups.com
Jan Hoppe created an issue
 
Jenkins / Bug JENKINS-35998
No issue update if at least one issue does not exists
Issue Type: Bug Bug
Assignee: Unassigned
Components: jira-plugin
Created: 2016/Jun/16 6:32 AM
Priority: Critical Critical
Reporter: Jan Hoppe

If an issue does not exist in JIRA, all other issues in build will not get an update.
JIRA issues won't be saved either!

Build Log:
Checking out Revision 7a9b0232458eea8717a61bbb90bf93d7d0d8f815 (refs/remotes/origin/v18.00/feature/IssueUpdate)
Error updating JIRA issues. Saving issues for next build.
java.lang.NullPointerException

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
Atlassian logo

jan.hoppe@heidelberg.com (JIRA)

unread,
Jun 16, 2016, 2:34:01 AM6/16/16
to jenkinsc...@googlegroups.com
Jan Hoppe updated an issue
Change By: Jan Hoppe
If an issue does not exist in JIRA, all other issues in build will not get an update.
JIRA issues won't be saved either!

I am using Plugin-Version 2.2.1

Build Log:
Checking out Revision 7a9b0232458eea8717a61bbb90bf93d7d0d8f815 (refs/remotes/origin/v18.00/feature/IssueUpdate)
Error updating JIRA issues. Saving issues for next build.
java.lang.NullPointerException

jan.hoppe@heidelberg.com (JIRA)

unread,
Jun 16, 2016, 3:03:02 AM6/16/16
to jenkinsc...@googlegroups.com
Jan Hoppe updated an issue
If an issue does not exist in JIRA, all other issues in build will not get an update.
JIRA issues won't be saved either!

I am using Plugin-Version 2.2.1

Build Log:
Checking out Revision 7a9b0232458eea8717a61bbb90bf93d7d0d8f815 (refs/remotes/origin/v18.00/feature/IssueUpdate)
Error updating JIRA issues. Saving issues for next build.
java.lang.NullPointerException


Jenkins-Log:

Jun 16, 2016 9:00:39 AM INFO hudson.plugins.jira.JiraChangeLogAnnotator annotate
Annotating JIRA id: 'PD-882099'
Jun 16, 2016 9:00:39 AM WARNING hudson.plugins.jira.JiraRestService getIssue
jira rest client get issue error. cause: RestClientException{statusCode=Optional.of(404), errorCollections=[ErrorCollection{status=404, errors={}, errorMessages=[DER VORGANG EXISTIERT NICHT.]}]}
Jun 16, 2016 9:00:39 AM WARNING hudson.plugins.jira.JiraChangeLogAnnotator annotate
Error getting remote issue PD-882099
com.google.common.cache.CacheLoader$InvalidCacheLoadException: CacheLoader returned null for key PD-882099.
at com.google.common.cache.LocalCache$Segment.getAndRecordStats(LocalCache.java:2383)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2351)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2313)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228)
at com.google.common.cache.LocalCache.get(LocalCache.java:3965)
at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4764)
at hudson.plugins.jira.JiraSite.getIssue(JiraSite.java:424)
at hudson.plugins.jira.JiraChangeLogAnnotator.annotate(JiraChangeLogAnnotator.java:101)
at hudson.scm.ChangeLogSet$Entry.getMsgAnnotated(ChangeLogSet.java:252)
at sun.reflect.GeneratedMethodAccessor242.invoke(Unknown Source)

sumeshkanayi@gmail.com (JIRA)

unread,
Jul 22, 2016, 12:10:08 AM7/22/16
to jenkinsc...@googlegroups.com
Sumesh kk commented on Bug JENKINS-35998
 
Re: No issue update if at least one issue does not exists

I am also stuck with this
JIRA extension plugin updates the issues even if a bad issue is present in the commit message ,but it needs to have the JIRA Project keys hard coded to the tool configuration

sumeshkanayi@gmail.com (JIRA)

unread,
Jul 22, 2016, 12:11:01 AM7/22/16
to jenkinsc...@googlegroups.com
Sumesh kk edited a comment on Bug JENKINS-35998
I am also stuck with this :(
JIRA extension plugin updates the issues even if a bad issue is present in the commit message ,but it needs to have the JIRA Project keys hard coded to the tool configuration

Should be a REST behaviour

radek.antoniuk@quiddia.com (JIRA)

unread,
Aug 13, 2016, 12:16:01 PM8/13/16
to jenkinsc...@googlegroups.com

radek.antoniuk@quiddia.com (JIRA)

unread,
Aug 13, 2016, 5:31:01 PM8/13/16
to jenkinsc...@googlegroups.com
Radek Antoniuk updated an issue
If an issue does not exist in JIRA, all other issues in build will not get an update.
JIRA issues won't be saved either!

I am using Plugin-Version 2.2.1

Build Log:
{noformat}
Checking out Revision 7a9b0232458eea8717a61bbb90bf93d7d0d8f815 (refs/remotes/origin/v18.00/feature/IssueUpdate)
Error updating JIRA issues. Saving issues for next build.
java.lang.NullPointerException
{noformat}

Jenkins-Log:
{noformat}
Jun 16, 2016 9:00:39 AM INFO hudson.plugins.jira.JiraChangeLogAnnotator annotate
Annotating JIRA id: 'PD-882099'
Jun 16, 2016 9:00:39 AM WARNING hudson.plugins.jira.JiraRestService getIssue
jira rest client get issue error. cause: RestClientException{statusCode=Optional.of(404), errorCollections=[ErrorCollection{status=404, errors={}, errorMessages=[DER VORGANG EXISTIERT NICHT.]}]}
Jun 16, 2016 9:00:39 AM WARNING hudson.plugins.jira.JiraChangeLogAnnotator annotate
Error getting remote issue PD-882099
com.google.common.cache.CacheLoader$InvalidCacheLoadException: CacheLoader returned null for key PD-882099.
at com.google.common.cache.LocalCache$Segment.getAndRecordStats(LocalCache.java:2383)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2351)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2313)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228)
at com.google.common.cache.LocalCache.get(LocalCache.java:3965)
at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4764)
at hudson.plugins.jira.JiraSite.getIssue(JiraSite.java:424)
at hudson.plugins.jira.JiraChangeLogAnnotator.annotate(JiraChangeLogAnnotator.java:101)
at hudson.scm.ChangeLogSet$Entry.getMsgAnnotated(ChangeLogSet.java:252)
at sun.reflect.GeneratedMethodAccessor242.invoke(Unknown Source)

{noformat}

radek.antoniuk@quiddia.com (JIRA)

unread,
Oct 20, 2016, 8:20:01 PM10/20/16
to jenkinsc...@googlegroups.com

radek.antoniuk@quiddia.com (JIRA)

unread,
Oct 23, 2016, 3:50:03 PM10/23/16
to jenkinsc...@googlegroups.com
Radek Antoniuk resolved as Fixed
Change By: Radek Antoniuk
Status: Open Resolved
Resolution: Fixed
Reply all
Reply to author
Forward
0 new messages