Open api addReference in UserStory

i wan create reference in user story with the api. The code compilation successful and i see added reference in user story . Problem is so can’t see in application Visual Paradigm or Web.
THIS CODE


IReference refUserStory = (IReference) userStory.createChild(“Reference”);
refUserStory.setName(“exmple name”));
refUserStory.setUrl(“http://example.com”));
userStory.addReference(refUserStory);

How do this and show in VP.

2 Likes

Hi Jacek,

Thank you for your post. I have forwarded your question to our team for review. When there is any news, I will let you know.

Best regards,
Jick Yeung

Hi Jacek,

Currently, we do not support adding references to user stories through API. In fact, IUserStory is read-only. We will review how to improve our API to avoid confusion.

Best regards,
Jick Yeung