Mantis Project Add Version Version 1

Parameters

Name Description
Project ID Identifier for the project to be updated with a new version.
Version Name Name of version to be added to project.
Version Description Description of version to be added to project.
Released Has this version been released?
Obsolete Is this version obsolete?

Sample Configuration

Name Description
Project ID
Version Name
Version Description
Released
Obsolete

Results

Name Description
Message
Mantis_Project_Version_ID

Changelog

mantisprojectaddversionv1 (2011-02-18)

  • Initial version. See README for details.


Related Handlers

Mantis Fetch Issue Data
Calls the SOAP based 'mc_issue_get' web service, passing the username and password of the API user, and the identifier of the issue to be retrieved. Upon authentication, Mantis BT will return the details of the issue whose identifier was provided, which will be provided by this handler as a JSON string
Mantis Issue Add Note
Calls the SOAP based 'mc_issue_note_add' web service, to add a note to the specified issue in Mantis BT. Returns an integer identifier for the newly added note.
Mantis Issue Add Relationship
Calls the SOAP based 'mc_issue_relationship_add' web service, passing the username and password of the API user, and the details of the issue relationship to be added. Upon authentication, Mantis BT will relate the issues and return the relationship identifier.
Mantis Issue Add Tag
Calls the SOAP based 'mc_issue_set_tags' web service, to add a tag to the specified issue in Mantis BT. Returns a boolean indicator of success (true) or failure (false).
Mantis Issue Check In
Calls the SOAP based 'mc_issue_checkin' web service, to notify Mantis BT of a check in for the issue with the specified ID. Returns a boolean indicator that the check in was successful (true) or not successful (false)
Mantis Issue Create
Calls the SOAP based 'mc_issue_add' web service, passing the username and password of the API user, and the details of the issue to be entered. Upon authentication, Mantis BT will create the issue ticket and return the ticket number.
Mantis Issue Delete Attachment
Calls the SOAP based 'mc_issue_attachment_delete' web service, passing the username and password of the API user, and the identifier of the issue attachment to be deleted. Upon authentication, Mantis BT will delete the attachment whose identifier was provided and return a boolean indicator of success (true) or failure (false)
Mantis Issue Delete Note
Calls the SOAP based 'mc_issue_note_delete' web service, to delete the note with the specified identifier in Mantis BT. Returns a boolean value indicating if the deletion was successful (true) or unsuccessful (false)
Mantis Issue Delete Relationship
Calls the SOAP based 'mc_issue_relationship_delete' web service, to delete the specified relationship between two issues. Returns a boolean value indicating if the deletion was successful (true) or unsuccessful (false)
Mantis Issue Delete
Calls the SOAP based 'mc_issue_delete' web service, passing the username and password of the API user, and the identifier of the issue to be deleted. Upon authentication, Mantis BT will delete the issue whose identifier was provided, return a boolean indicator of success (true) or failure (false)
Mantis Issue Exists
Calls the SOAP based 'mc_issue_exists' web service, to check if the specified Issue exists in your Mantis BT instance. Returns a boolean indicator that it exists (true) or doesn't exist (false)
Mantis Issue Get Attachment
Calls the SOAP based 'mc_issue_attachment_get' web service, passing the username and password of the API user, and the identifier of the issue attachment to be retrieved. Upon authentication, Mantis BT will return the Base-64 encoded content of the attachment.
Mantis Issue Update Note
Calls the SOAP based 'mc_issue_note_update' web service, to update the note with the specified identifier in Mantis BT. Returns a boolean value indicating if the update was successful (true) or unsuccessful (false)
Mantis Issue Update
Calls the SOAP based 'mc_issue_update' web service, passing the username and password of the API user, and the details of the issue to be entered. Upon authentication, Mantis BT will update the referenced issue ticket and return a boolean indicator of success(true) or failure (false).
Mantis Project Add Category
Calls the SOAP based 'mc_project_add_category' web service, passing the username and password of the API user, and the category to be added to the project. Upon authentication, Mantis BT adds the category to the project and returns the identifier for the newly created category.
Mantis Project Create
Calls the SOAP based 'mc_project_add' web service, passing the username and password of the API user, and the details of the project to be added. Upon authentication, Mantis BT will create the project and return the project identifier.

Looking for a workflow engine?

Learn more about the Kinetic Data Enterprise Workflow Platform Check it out Caret right circle