RSS URL Details
The Kobee URL has the following structure:
protocol://almhost:almhostport/alm/displayRss.actionrequestparams
This is equal to the value of the Kobee URL as set in System Settings :
-
“protocol” = http or https
-
“almhost:almhostport” = the Kobee server domain,e.g., localhost:8080
-
“requestparams” =
The list of (optional) criteria will be added, separated with an “&” sign. The following table gives you an overview of the optional criteria.
Optional Criteria | Description | ||
---|---|---|---|
Title=value |
This is the title that will be shown in the RSS Feed. If it is not provided, it will be set automatically when the RSS feed is constructed. This way it is possible to place more than one Kobee RSS Feed in the RSS reader (e.g., for different projects).
|
||
projectName=value |
The Project Name. For example: projectName=DEMOCVS, or projectName=D* |
||
status=value |
The Level Request status. Multiple statuses may be provided. For example: statuses=6&statuses=7 Valid statuses are :
|
||
projectStreamBuildPrefix=value |
The Project Stream Build Prefix as defined in a Project Stream. For example: ProjectStreamBuildPrefix=1 |
||
projectStreamBuildSuffix=value |
The Project Stream Build Suffix as defined in a Project Stream. For example: ProjectStreamBuildSuffix=1 |
||
levelName |
The level name. For example:levelName=contbuild |
||
levelType=value |
The level type. For example: levelType=0 Valid values are :
|
||
lang=value |
Valid locale indicating the user’s language (default = none = en). For example: lang=en, lang=de, lang=fr (the three currently supported languages in Kobee) |
Valid sample URLs:
http://localhost:8080/alm/displayRss.action
http://localhost:8080/alm/displayRss.action?lang=de
https://pe4600:8080/alm/displayRss.action?projectName=DEMOCVS&projectStreamBuildPrefix=1&projectStreamBuildSuffix=1&levelType=0&lang=fr
https://pe4600:8080/alm/displayRss.action?projectName=DEMOCVS&projectStreamBuildPrefix=1&projectStreamBuildSuffix=1&levelType=0&title=Kobee+builds+in+project+DEMOCVS