•  
      request #4583 The task URL is missing
    Infos
    #4583
    Stéphane Bégaudeau (begaudeaus)
    2013-10-17 11:12
    2013-07-25 09:54
    4948
    Details
    The task URL is missing
    ?
    Mylyn
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Stéphane Bégaudeau (begaudeaus)
    Closed (disabled)
    Empty
    Attachments
    Screenshot of the fix
    References
    References list is empty

    Follow-ups

    User avatar
    A fix has been contributed on tuleap_1_1_maintenance. It will be available in Mylyn Connector for Tuleap 1.1.2.

    The URL is now part of the task data, as a result a new action is visible in the header of the task (open with a web browser). It will open the task in an internal or external web browser. The URL being now a part of the task data, it will be used by other Mylyn-related tools like the Mylyn Team Connector for Git in order to compute commit messages. See the attached screenshot.

    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Status changed from New to Closed (disabled)
    • Assigned to changed from None to Stéphane Bégaudeau (begaudeaus)
    User avatar
    @devs: In the TuleapSOAPConnector, when a task is retrieved the artifact should contain its URL. We could either create a new attribute in the class artifact (just like the creation date / last update date) or we could compute the url of the task from its identifier and set it up when we are initializing the task data in the task data handler.