1
0
-1

Hi All,


I received the following error:

Bad response when Editing comment 7566463 - 400 - response body: VS403664: Unable to update the comment 7566463, you must be a creator of the comment to update it.


Is it related to tool configuration itself or is it Exalate restriction? 

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      We don't have issue.comments = commentHelper.mergeComments(issue, replica) in our code segment.


      But we have --> workItem.comments = commentHelper.mergeComments(issue, replica)


      Can you please get the confirmation if we can do same for workItem.comments to solve the issue.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi, one way to avoid this error is not using on your azure incoming script:

        issue.comments = commentHelper.mergeComments(issue, replica)

        but instead use:

        issue.comments += replica.addedComments
        1. Joanna Kwiatek Tokarz

          We don't have issue.comments = commentHelper.mergeComments(issue, replica) in our code segment.


          But we have --> workItem.comments = commentHelper.mergeComments(issue, replica)


          Can you please get the confirmation if we can do the same for workItem.comments to solve the issue.

        CommentAdd your comment...
      2.  
        1
        0
        -1

        It looks to me a permissions issues in your Jira instance(s), Add Comment

          CommentAdd your comment...