ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Add Link back to Parent of Subtask (Feature #906)
Description
Great job on this project. We just installed 3.0.0 in our QA environment to give it a test and one thing that we found we really missed from Redmine is the ability to link back to a parent of a subtask.
This really makes the workflow of setting up subtasks for larger requests smooth and easy.
As such I'd like to ask for this feature.
Related issues
duplicated by Bug #788: Cannot see parent issues in issues#show | Duplicate | 2011-12-22 | ||
duplicated by Bug #848: Design: parent of subtasks not visible | Duplicate | 2012-01-26 |
Associated revisions
Search engine: display total results count (#906) and count by result type.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1681 e93f8b46-1217-0410-a6f0-8f06a7374b81
Issue hierarchy on issue show view #906
History
Updated by A Samz at 2012-02-27 03:11 pm
I for got to mention that I uploaded a screen capture from Redmine of this functionality. Pictures being worth a 1,000 words and what-not.
Updated by Felix Schäfer at 2012-03-01 01:02 am
Thanks for the report, it seems it's been lost in the redesign/retheming.
Romano, was there some specific plan to show parent issues?
Updated by Chris Dähn at 2012-03-14 12:01 pm
Hi,
I experienced the missing links already after upgrading to 2.6.0 - in the former 2.5.0 release the links are displayed and it was possible to create subtasks, which doesn't work any more since 2.6.0.
Is this a known bug?
ciao,
Chris
Updated by Felix Schäfer at 2012-03-15 11:45 pm
This is indeed a bug, I have a patch I need to review and ask someone else to review and commit afterwards.
- Target version set to 3.1.0
- Assignee set to Felix Schäfer
- Affected version set to 3.0.0
Updated by Felix Schäfer at 2012-03-17 02:38 pm
I've reworked the subissues section on the issue view to show the parents and subtree at once, see:
Corresponding pull request
(This is also based on work from Romano, thanks!)
- Assignee deleted (
Felix Schäfer) - Status changed from Open to Ready for review
- File simple_tree.png added
Updated by Felix Schäfer at 2012-03-20 09:24 am
Committed in 565aeabc79.
- Status changed from Ready for review to Closed
Updated by Guillaume Bourque at 2012-03-20 01:46 pm
Felix Schäfer wrote:
Committed in 565aeabc79.
Hi Felix,
I'm not a dev so maybe I missed a step, I did a clone on the repo
git clone git://github.com/chiliproject/chiliproject.git
Then swithc to the master branch where this commit is available I think !
git checkout master
Then I can verify that I have the new files I have check this file
vi config/locales/en.yml
And I see the new lines so I should be fine.
I connect to this test version of chili in English or french but stil dont see parent task.
Any idea what I could be missing ( i did a migration bundle exec rake db:migrate RAILS_ENV=production )
Thanks
Updated by Guillaume Bourque at 2012-03-20 01:51 pm
Hi,
Ok I see now, from the parent Task we see the childs this is perfect.
But from the child we don't see that we have a parent and this is very interesting to have too, well I think
Thanks
Updated by Felix Schäfer at 2012-03-20 04:20 pm
I just tested on master, the "Issue hierarchy" section should show the parents, the issue itself and its subtree (if either or both parents or a subtree exist), the issue itself in the tree is shown in black text instead of red text.
Updated by Gregor Schmidt at 2012-03-20 10:00 pm
#788 is a duplicate of this issue.
Updated by Guillaume Bourque at 2012-03-21 02:33 am
Felix Schäfer wrote:
I just tested on master, the "Issue hierarchy" section should show the parents, the issue itself and its subtree (if either or both parents or a subtree exist), the issue itself in the tree is shown in black text instead of red text.
Well this is not what I see on my updated chiliproject 3.0, i wiil try on a new install and reports what I see.
thanks for the great work.
Guillaume
Updated by Chris Dähn at 2012-04-05 09:01 am
Hi,
as I mentioned before ADDING new subtickets still fails since version 2.6.0 - now tested with 3.1.0 and same problem.
I even tested it with old tickets which have subtickets where this problem still occurs.
Has somebody removed the functionality for creating subtickets?
ciao,
Chris