Base class for all issue tracking providers.
Initializes a new instance of the IssueTrackingProviderBase class.
Returns a value indicating whether all issues are closed for a given release number.
Returns a URL to a page that can be used to create a new issue if the issue tracker is web-based.
Returns an array of IssueTrackerIssue objects that are for the current release.
Returns a URL to the specified issue if the issue tracker is web-based.
Returns a value indicating if the specified issue is closed.