Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Per-comment attribute

We've built a bridge that sync's Defects between RTC and another system. We would now like to selectively sync Discussion updates - i.e., allow the person who's using RTC to indicate which Discussion comments should be sync'd, as opposed to just syncing all comments.

We've solved this for two other ticketing systems, and now need a solution for RTC. In one of the other systems, the user clicks an action button to explicitly send updates. In another, we were able to add a checkbox to the comment entry input form for them to indicate whether this update should be sync'd or not.

How can we do something similar in RTC?  

So far, our best suggestion is to have the user add keyword text to the body of the comment itself (e.g., **SYNC**), and then our code would parse for that keyword and sync accordingly.   

Another idea was to have a separate field for comments that should be sync'd, but that would break up the comment history of the Defect, making it tougher to follow the history.

While functional, we're hoping for a more user-friendly and less error prone solution.

Thanks for any suggestions!

0 votes



One answer

Permanent link
What mechanism are you using for synchronization with RTC? the repository manager interface?
this will send ALL comments OUT to the other party.. it is expects ALL comments (sent) back at a minimum.
you cannot 'change' a comment contents.

there was an addition of support for timestamps in the comments added on 3.0.1.1, so at least they could be ordered and kept time clock synched with the source.

about the only other way would be to add function to the message handler  (item connector client) receiving the updates from the remote system and  filling in any of the missing data locally before submitting the changes to RTC. (again if u are using the repository manager interface).

0 votes

Comments

We're using the RTC SDK to search for modified Defects & pull the fields of interest, and to push changes back whenever changes are made in one of the other systems. 

so, in that case you have full control of what needs to flow back & forth. unfortunately, short of your SYNC flag in the content, there is no way to flag a comment with your special info.

I was binding support and development groups together. and the external customer had full visibility to anything not marked 'internal'.  Sadly, there was no way to extend RTC to enable an 'internal' comment. so we had to have support monitor the content and flip the flag to 'public' after consultation with the development group.
this means that development could not ask the customer a direct question ('can you send me another log from date x to date y')..

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,937

Question asked: Aug 19 '13, 12:03 p.m.

Question was seen: 4,110 times

Last updated: Aug 19 '13, 5:14 p.m.

Confirmation Cancel Confirm