Concept
Author
Requirements
Screenshots
Documentation
Downloads
License
Buy Now
Roadmap
Changelog
Contributing
Issue Tracker
Mailing List
Links
|
Roadmap
Future
- Visual Studio Add-On
- Support for Mono
- Support managing issue attachments
- Support managing projects.
- Support managing project categories.
- Support managing project versions.
- Support managing issue custom fields.
- Support for modifying issues.
- Support for modifying issue notes.
- Support for batch operations (eg: add multiple issues)
v1.0a6
- Java client library.
- Eclipse Add-On library.
- Cocoa client library.
- Some work to support client side caching of issue details.
- Ability to get all issues with using a filter.
- Add API to allow for updating existing issues.
v1.0a5
- Support for getting/setting issue custom fields.
v1.0a4 - 05-JUN-2005
- Support .NET Framework 1.0, 1.1, 2.0 beta, CF 1.0
- Add unit tests using NUnit.
- Support adding/retrieval of notes for an issue.
- Support deletion of issue notes.
- Support for getting attachment information for issues.
- Upgrade to Nusoap v0.6.9
- Use arrays rather than strings to return multiple items.
- Support date submitted and last updated issue fields.
- Drop duplicate_id field.
- Support setting the reporter to a user other than the logged in user.
v1.0a3 - 04-OCT-2004
The compiled MantisConnect and sample tools that are included in this release can be
used with any Mantis installation that has the webservice, without the need for
re-generating the proxy class or recompilation. Several other things were done to
simplify compilation of the code.
To use the compiled version read bin\readme.txt. To compile the source using NAnt
or Microsoft Visual Studio .NET 2003, read doc\install.txt.
Click here for
detailed changelog.
v1.0a2 - 27-SEP-2004
- Retrieving list of stored filters for a specified project.
- Retrieving issues matching a stored filter.
- Add configuration variables for the webservice to control global access level for readonly / readwrite operations.
- Optimisation for returning of datasets from webservice to C#
- Sample Submit Issue application.
- Sample Filtering application.
- Bug fixes.
v1.0a1 - 22-SEP-2004
- Ability to use a specified account by providing user name and password.
- Support anonymous login, if enabled on the Mantis installation.
- Ability to connect to Mantis installations with basic http authentication.
- Retrieve information about an issue given its id.
- Retrieve information about enumerations like: status, resolution, severity, priority, ...etc.
- Retrieve information about configuration options (with exception of sensitive ones).
- Retrieve id of the last reported issue that is accessible to the logged in user.
- Retrieve list of projects accessible to the logged in user.
- Retrieve list of categories for a project
- Retrieve list of versions for a project
- Report an issue
- Signed Assemblies
- Detailed XML documentation in code
- MSDN-like documentation (CHM)
- <mantis-submit> NAnt task to report issues from build scripts.
- Mantis Notifier to monitor a Mantis installation and notify user when new issues are reported.
|