Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 210317 - [api] add method to determine URL for comment
Summary: [api] add method to determine URL for comment
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 3.0   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-19 20:14 EST by Steffen Pingel CLA
Modified: 2008-04-26 00:42 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2007-11-19 20:14:00 EST
It can be useful to link to specific comments, e.g. when generating the text for the NewTaskFromCommentAction. Provide API for creating URLs for specific comments.
Comment 1 Eugene Kuleshov CLA 2007-11-19 21:23:33 EST
Sounds like a good idea, but this new api may actually belong to the task data, because for JIRA you can't actually generate URL and they need to be retrieved from the rss feed.
Comment 2 Steffen Pingel CLA 2008-04-26 00:42:12 EDT
The TaskComment class now has a getUrl() method that can be populated from task data.