It's all about the answers!

Ask a question

Need to save work item attribute values to external database


Santosh Damre (133) | asked Jan 02 '13, 7:29 a.m.
I want to save work item attribute values to external database on save of workitem. Is it possible? if yes please let me know workaround or code for this.. Thanks in advance

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Jan 02 '13, 10:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,

there is no built in mechanism available for that. The attribute values need to go into the mechanism provided by RTC.

However, if you want to also store this kind of data in an external system, you could create a participant for that. See this post on how to get started. It links back to Jazz.net workshops too.

The participant would basically have to connect to the external system and use whatever means to store data e.g. the attribute value as a string in the other system. It would be best to do that asynchronously, because the performance f your extension can impact the UI performance.


Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.