How do I use the javascript API to get information from an artifact without it causing a history edit?
![]()
Been trying to figure it out for awhile, Still new to Jazz. Should I subscribe to the event? or is there a way to get the information in the artifacts without it? Still not sure if its the subscribing thats causing the issues or not.
To be more descriptive, Its an api using xml that searches Jazz for a specific term and creates links to it. The problem it has is that when it creates links to the artifact, it also sets it as modified in the history which is behavior I dont want happening. Im not sure if I can share the snippet of code, but what seems to happen is that subscribing to the event is whats causing the history to be modified rather then just referenced which is something Im not quite sure how to fix.
Thanks! |
2 answers
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Jun 30, 2:26 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER If you expect answers, I would suggest to provide reasonable questions and information.
See How should I ask a question in the Forum if I want to receive useful answers? for some considerations.
Comments Sorry, Ive tried to make it as specific as I can ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
All you have mentioned to date is a Javascript API and that you are using XML.
I think they might talk about this API: https://jazz.net/wiki/bin/view/Main/RMExtensionsMain but I am not sure since it seems to be too complicated to provide such information. |
Comments
Your question is rather vague. I suggest you reference which API (URL to page that describes it) you are talking about and give specific detailed examples of what you're trying and the results.
I am specifically using xml, Thanks!