...
If you have properly set up your synchronizer application to perform TFS-JIRA issues synchronization and (in case of JIRA Cloud environment) exposed it to web requests from the internet (see Settings for JIRA Cloud), associating check-ins with JIRA issues is even easier - actually it is fully automatic. All you need to do is associate your check-in with a TFS work item and the Synchronizer will take care of the rest - it will find the work item's matching issue and when you open that issue it will display the changeset.
Show if | ||
---|---|---|
| ||
Scanning of changesets associated with a JIRA issue synchronized to a work item is done "lazily" for performance reason, because retrieving changesets from a work item, which in turn must be found for an issue, is a costly operation. Therefore when you initially open a JIRA issue page, there will be a noticeable delay before the changeset is displayed. Subsequent opening of the issue page will show the changeset very fast, because it has already been scanned. |
Viewing Changesets in JIRA
...