Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JSWCLOUD-18945

Comment not added with Jira API transition Issue v3

XMLWordPrintable

      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

              jchen2@atlassian.com Jimmy (Inactive)
              kpillai KP
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: