Added by Emmanuel DUMAS over 9 years ago
Hello
Is there a simple way to display a gant chart by selecting by hand a short list of issue number.
By example, display Gant Chart for Issue #1206, #561 and #1278 ?
Other question : is it possible to add to an actual selection of issue some other issue on a gant chart
Example :
- select all open issue of project Foo1
- and issue #1976
Best regard
Emmanuel
What we did was to create a new custom field called show_in_gantt, so we can set this bool value in just those issues we wanted to show,filtering in gantt for those issues where show is true. ..