Skip to content

Adds a default consultant to each project which can be reassigned during issue creation

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

mantisbt-plugins/Defcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Defcon plugin for Mantisbt

Version 3.2.0

Description

Defcon is a plugin for MantisBT that allows for:

  1. Definition of a Default consultant per project
  2. Setting the rate for each project a. The rate is stored @ the time of issue creation b. Default the program calculates an Estimated cost for fixing the issue based upon the historical rate c. The rate @ issue level can be adjusted i. Retrieve the updates project rate ii. Overwrite the default rate for this issue

This plugin was developed for a Canadian company and placed in public domain

Copyright

- 2024 Cas Nuy www.NUY.info

License

Released under the GPL v3 license.

Support

File bug reports and submit questions on the GitHub issues tracker.

Requirements

- MantisBT version 2.0.0

Installation

  1. Download the plugin here
  2. Copy the plugin's code into a Defcon directory in your Mantis installation's plugins/ directory. Note that the name is case sensitive.
  3. Log into Mantis as an administrator, and go to Manage -> Manage Plugins.
  4. Locate Defcon in the Available Plugins list, and click on the Install link.
  5. Click the hyperlink on the plugin's name to configure it.
  6. In order to use the calculation of the estimate you need to configure a custm field with the name "Estimate". a. This field must be of type integer and represents the number of unts (hours, days) in which the rate has been defined.
  7. MyView page you can add a section to the MyView page.
    for this you need to add the following line to my_view_page.php:
    event_declare('EVENT_MYVIEW');
    This line needs to be inserted right after:
    define( 'MY_VIEW_INC_ALLOW', true );

About

Adds a default consultant to each project which can be reassigned during issue creation

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages