Hi, Can you log change your log severity to ALL?
- https://wiki.jenkins-ci.org/display/JENKINS/Logging Logger: hudson.plugins.jira.JiraChangeLogAnnotator Then you will be able to see the below traces: - https://github.com/jenkinsci/jira-plugin/blob/master/src/main/java/hudson/plugins/jira/JiraChangeLogAnnotator.java#L43 Cheers On Wednesday, 16 September 2015 14:45:16 UTC+2, Ashish Yadav wrote: > > One other note…this works sporadically. Some JIRA tickets do get updated, > while some do not. Any ideas what might be causing this or how to resolve > it? > > From: Ashish Yadav <[email protected] <javascript:>> > Reply-To: "[email protected] <javascript:>" < > [email protected] <javascript:>> > Date: Tuesday, September 15, 2015 at 3:57 PM > To: "[email protected] <javascript:>" < > [email protected] <javascript:>> > Subject: Annotating JIRA ticket is not working > > I have a post build action to update the JIRA ticket after the build > completes. I am even seeing this in the logs: > > Sep 15, 2015 3:43:36 PM INFO hudson.plugins.jira.JiraChangeLogAnnotator > annotate > > Annotating JIRA id: ‘AB-465' > > Sep 15, 2015 3:45:22 PM INFO hudson.plugins.jira.JiraChangeLogAnnotator > annotate > > Annotating JIRA id: ‘AB-465' > > Sep 15, 2015 3:45:49 PM INFO hudson.plugins.jira.JiraChangeLogAnnotator > annotate > > Annotating JIRA id: ‘AB-465' > > Sep 15, 2015 3:45:49 PM INFO hudson.plugins.jira.JiraChangeLogAnnotator > annotate > > Annotating JIRA id: ‘AB-465' > > Sep 15, 2015 3:46:17 PM INFO hudson.plugins.jira.JiraChangeLogAnnotator > annotate > > Annotating JIRA id: ‘AB-465' > > Sep 15, 2015 3:48:52 PM INFO hudson.plugins.jira.JiraChangeLogAnnotator > annotate > > Annotating JIRA id: ‘AB-465’ > > > However, the JIRA ticket is NOT getting updated. What could be causing this > and how can I resolve it? > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/D21DF06C.11025%25ashish.yadav%40firemon.com > > <https://groups.google.com/d/msgid/jenkinsci-users/D21DF06C.11025%25ashish.yadav%40firemon.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6ef11915-92c3-42cb-88c0-916944e7b363%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
