Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
75:process_feedback_rtc [2020/04/14 14:02] – [Process Feedback RTC specific] tssr75:process_feedback_rtc [2020/05/11 09:50] – [Process Feedback RTC specific] tssr
Line 1: Line 1:
 ====== Process Feedback RTC specific ====== ====== Process Feedback RTC specific ======
-[[https://oslc.github.io/developing-oslc-applications/eclipse_lyo/eclipse-lyo.html|OSLC]] +Getting Stages ready to create Feedback as new Work Items in a RTC Project Area is simple and works as follows: 
-[[https://github.com/eclipse/lyo|Eclipse Lyo]]+ 
 +Create a new Project Area (PA) or use an existing one. For the configuration you will need the name of that PA. In this example we use "Scrum Demo"
 +Next, we need a user, who can log into the RTC server and is allowed to create work items in the PA named **Scrum Demo**. 
 +For this example, we select the user, whose id is **admin** and password is **admin** as well. 
 +Next step is to consider, which authentication is used. In our example, we are using the form based authentication. 
 + 
 +The last step is, to think about the data you want to attach to a work item, which will be created, when a Stages-User submits feedback. 
 + 
 +This data can be specified in the sections **<nowiki><attributes></nowiki>** and **<nowiki><system-attribute-mappings></nowiki>** of the stages configuration file (config.xml). 
 + 
 +**About the Feedback Integration** 
 + 
 +The RTC Feedback Integration uses the discovery mechanisms of [[https://oslc.github.io/developing-oslc-applications/eclipse_lyo/eclipse-lyo.html|OSLC]]. It is build using the OSLC library [[https://github.com/eclipse/lyo|Eclipse Lyo]]
 ===== Stages config.xml ===== ===== Stages config.xml =====