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?