View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012247 | mantisbt | feature | public | 2010-08-09 07:55 | 2011-08-05 02:15 |
| Reporter | istvanb | Assigned To | micahg | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.2.2 | ||||
| Summary | 0012247: Multiple/custom approvers | ||||
| Description | Many times a solution should be approved not only by one person but several (4ex.: the solution affects manufacturing, engineering and software design then actually this should be approved by the managers of the 3 team) This means it would be great if the reporter/developer can determine specifically who should approve the issue instead of using the general user category like manager. | ||||
| Tags | No tags attached. | ||||
|
you can have a look @ the tasks plugin. This would allow you to give a task to various persons to approve part of the project/issue still would allow the manager to decide on the final status of the project/issue. |
|
|
It is a great plugin and it will solve most of my problems, thanks for posting it! -It is not sending a mail when a task is completed are these known bugs, or something related to my setup? we can move the conversation to under 0011912 |
|
|
I have modified the task_action_add.php: I have commented two lines and replaced them with another. if ( ON == $create_mail ) { it sends the due date and the task description properly. I am not sure though if this is something you have ever faced or not. Would you mind confirm? |
|
|
if we set the the $task_finish_threshold to admin or manager, and then modify the following line in the task_form.php --->if ( access_has_bug_level( plugin_config_get( 'tasks_finish_threshold' ), $bug_id ) ) to --->if ( access_has_bug_level( plugin_config_get( 'tasks_finish_threshold' ), $bug_id ) OR ($row["task_handler"] == $user) ) then the task can be approved only by the user who owns the task (or administrator/manager) please let me know your thoughts! |
|
|
This issue is a duplicate of 0011912, so this can be closed. I have moved all the conversations to that issue. |
|
|
Marking duplicate per reporter |
|