Comment not added with Jira API transition Issue v3

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      Issue Summary

      Comment not added with Jira API transition Issue v3

      Steps to Reproduce

      1. Call the Jira Cloud REST API v3 endpoint to Transition issue
      2. The payload is correctly populated
        ...
        "update": {
            "comment": [
              {
                "add": {
                  "body": {
                    "type": "doc",
                    "version": 1,
                    "content": [
                      {
                        "type": "paragraph",
                        "content": [
                          {
                            "text": "Bug has been fixed",
                            "type": "text"
                          }
                        ]
                      }
                    ]
                  }
                }
              }
            ]
          },
        ...
        

      Expected Results

      • Comment should be added into the ticket when transitioned

      Actual Results

      • Comment not added into the ticket when transitioned

      Workaround

            Assignee:
            Jimmy (Inactive)
            Reporter:
            KP
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: