79790892

Date: 2025-10-15 07:33:22
Score: 1
Natty:
Report link

Hi,it looks you are testing with creating a new issue from APS Viewer with the cut planes are applied. Could you try with the code below? I believe you are using pushpinExtension. e.value.data is what comes from the event: pushpin.created of pushpinExtension. With this newIssue, use its position and viewState etc when calling POST Issues API.

 const newIssue = _this.pushPinExtension.getLegacyPushPinData
                      ? _this.pushPinExtension.getLegacyPushPinData(e.value)
                      : e.value.data;  

If this is not helpful and your scenario / code is different, please share the details on how you reproduced the problem.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Xiaodong Liang