jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Sonar
  • SONAR-194

Add new URL with groupId, ArtifactiId as parameters

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1, 1.5
  • Fix Version/s: 1.5
  • Component/s: Web
  • Labels:
    None
  • Environment:
    Linux AS4 JRE1.6

Description

First, great job for your project.

The url to access sonar project is like this: http://hostname:9000/project/dashboard/10
The pb is if we want to add generic link (maven site for exmaple) on web page, we have to known the matching between project and internal sonar id (10 in the example)

As in maven world the pair groupId/artifactId is uniq,
It should be fine to have another URL like this http://hostname:9000/project/dashboard/groupId/artifactId

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Simon Brandhof added a comment - 22/Aug/08 3:19 AM

permalinks are available on all project views except breakdown pages (for the moment).

Core views :

/project/index/[PROJECTKEY]
/project/time_machine/[PROJECTKEY]

Custom views (plugins framework developed on 1.5) :

/views/project/[PROJECTKEY]/[VIEWKEY]

[PROJECTKEY] is [GROUPID]:[ARTIFACTID]:[BRANCH]. Branch is optional.

For example :

/project/index/org.myproject:myartifact
/project/index/org.myproject:myartifact:TAG-1.0
Show
Simon Brandhof added a comment - 22/Aug/08 3:19 AM permalinks are available on all project views except breakdown pages (for the moment). Core views :
/project/index/[PROJECTKEY]
/project/time_machine/[PROJECTKEY]
Custom views (plugins framework developed on 1.5) :
/views/project/[PROJECTKEY]/[VIEWKEY]
[PROJECTKEY] is [GROUPID]:[ARTIFACTID]:[BRANCH]. Branch is optional. For example :
/project/index/org.myproject:myartifact
/project/index/org.myproject:myartifact:TAG-1.0

People

  • Assignee:
    Simon Brandhof
    Reporter:
    Christophe Lallement
Vote (0)
Watch (0)

Dates

  • Created:
    25/Mar/08 4:38 AM
    Updated:
    17/Dec/08 1:50 AM
    Resolved:
    22/Aug/08 3:19 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.