Class JiraChangeLogAnnotator

    • Constructor Detail

      • JiraChangeLogAnnotator

        public JiraChangeLogAnnotator()
    • Method Detail

      • hasProjectForIssue

        protected boolean hasProjectForIssue​(String id,
                                             JiraSite site,
                                             Run run)
        Checks if the given Jira id will be likely to exist in this issue tracker. This method checks whether the key portion is a valid key (except that it can potentially use stale data). Number portion is not checked at all.
        Parameters:
        id - String like MNG-1234