Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-8020

Automated issue comments show up as "content: null" in API response (BB-9487)

    XMLWordPrintable

Details

    Description

      Each time i get all comments from a selected issue , they also include automated created ones, but when listed the content section is blank.

      For example, say i edited an issue, once updated there will be an extra comment that says:

           (USERNAME)  edited description
      

      Now when i list this via my api the content section is blank/null:

      #!php
      
      array (size=7)
            'content' => null
            'author_info' => .....
      

      So when i am outputing this it does not look nice with no comment.

      So is there a way to:

      • only receive non automated comments.
      • turn off this automated comment thingy
      • or actually view them rather than return null or is this a bug

      At the moment i am filtering out any blank ones but that just adds more code, thanks

      Attachments

        Activity

          People

            zdavis Zachary Davis (Inactive)
            90957b958fd5 premier-simondavies
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: