Community
Participate
Working Groups
Parse subtask information from RSS feed.
By the way, Steffen, do you think we should have a single collection for subtasks and linked issues in Issue object or we should keep them separately?
I committed small change to parse and show parent task id in the attributes section (need to add link)
Created attachment 69004 [details] mylar/context/zip
(In reply to comment #1) > By the way, Steffen, do you think we should have a single collection for > subtasks and linked issues in Issue object or we should keep them separately? They are subtly different, sub-tasks can have an icon and a description whereas issue links are defined by an outward and inward description so I think they should be separate.
Well, subtask icons will go into the Project configuration. And outward description is implicit for subtasks. The only reason to keep those collections separate if we need to show them separately in the UI.
And I suppose you need to make sure that you differentiate the two when submitting changes to the repository.
(In reply to comment #6) > And I suppose you need to make sure that you differentiate the two when > submitting changes to the repository. That will be possible because each link will have type associated with it. Anyways it seems like we'll have to submit each link in a separate request.
Committed fix for parser and jira issue model to read subtasks. Added support to show hyperlinked subtasks and parent task in task editor.
RssContentHandler does not clear currentSubtasks when creating an issue resulting in bogus sub task relations in the task list. I have committed a fix.
(In reply to comment #8) > Added support to show hyperlinked subtasks and parent task in task editor. I only see a non-clickable parent label in the sub task editor's attribute section but no links to the sub tasks from the parent editor. That would be a cool feature to have.
(In reply to comment #10) > I only see a non-clickable parent label in the sub task editor's attribute > section but no links to the sub tasks from the parent editor. That would be a > cool feature to have. It is there and both parent and subtasks are clickable. Though I can't figure out yet why offline data isn't rebuilt on full resync, and that affects attributes representation in editor which seem using old offline data. As an ugly workaround you can kill offline data (while Eclipse is down).
(In reply to comment #11) > It is there and both parent and subtasks are clickable. I meant to say that you'll need code from CVS HEAD, since it didn't get into Friday's dev build.
I am working bootstrapped. > Though I can't figure > out yet why offline data isn't rebuilt on full resync, and that affects > attributes representation in editor which seem using old offline data. As an > ugly workaround you can kill offline data (while Eclipse is down). That could be it. I'll try deleting the offline storage later.
I have verified with the latest CVS. Subtasks are displayed in the task list and hyperlinked in the editor. Thanks Eugene!
Eugene, anything left here?
(In reply to comment #15) > Eugene, anything left here? Maybe not if we are going to track editing of those linked issues and subtasks in a separate bugs.
Oh. Still need need to add some tests, but they need support for creating those links first.
Opened bug 203106 for writing tests.