Suggestion - Target date

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
gordonisnz
Posts: 18
Joined: 14 Mar 2009, 02:36

Suggestion - Target date

Post by gordonisnz »

Hi,

I know about the priority levels - IE, you can set certain tasks as high / low priority etc..

I've checked the release notes on Bugtracker, & want to suggest a new feature....

Would it be possible to set / specify a completion date on tasks ?

Ie, you create a project,

and have several tasks to do.

Task 1 :- High Priority
Task 2 :- Low Priority
Task 3 :- High Priority
Task 4 :- Medium Priority
Task 5 :- Low Priority
Task 6 :- Low Priority

You can sort your tasks by high/low etc...

HOWEVER, Task 2 and 3, are semi-related to another project, & need to be completed within the next 2 weeks.

The other tasks in this project are not required to be done for another 3 months.

Is there a way already (in the current stable release) to sort by completion (target) date ?

Or if its in a non-stable release, please advise.

Thank you.
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Suggestion - Target date

Post by vboctor »

You should checkout the due_date feature in 1.2.0rc2.
Migrate your MantisBT to the MantisHub Cloud
elt0n
Posts: 3
Joined: 13 Jan 2010, 23:19

[SOLVED] enable due_date fields

Post by elt0n »

I searched this forum on hints, how to enable the due_date field in view / update / view_all bugs pages.
The only thing i got working is the view_all page!

Can anybody help me with the others, or tell me where to search for help?

[SOLVED]: I'm sorry it was way too easy! youst set this in your config_inc.php:

Code: Select all

        /************
         * Due Date *
         ************/

        /**
         * threshold to update due date submitted
         * @global int $g_due_date_update_threshold
         */
        $g_due_date_update_threshold = DEVELOPER;

        /**
         * threshold to see due date
         * @global int $g_due_date_view_threshold
         */
        $g_due_date_view_threshold = DEVELOPER;
normaly it is set to nobody, so it won't be displayed. Just set it to the level that matches for you!
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Suggestion - Target date

Post by atrol »

Do you use the latest version (a nightly build)?
If no, try the latest (there were various changes concerning due date)
If yes, please enter a bug at MantisBT's own tracker
Please use Search before posting and read the Manual
Post Reply