Manually commenting netlify-cms/pending_review
breaks editorial workflow UI
#6140
Labels
area: extensions/backends/bitbucket
good first issue
type: bug
code to address defects in shipped code
Describe the bug
When you create a post on the cms then comment
netlify-cms/pending_review
on the bitbucket pr manually it removes the post from the editorial workflow entirely instead of moving it to the correct statusTo Reproduce
Have editorial workflow turned on (Bitbucket backend)
Create a post in netlify cms and save
Go to generated PR and comment
netlify-cms/pending_review
Behaviour
Post no longer shows in editorial workflow
Expected behavior
Post should be moved to
In Review
section in editorial workflowScreenshots

I believe the issue stems from bitbucket escaping the underscore character on user comments
This is taken from the debug console in chrome (when the cms auto comments the
\\
before_
is not present)Applicable Versions:
netlify-cms-app 2.15.63
netlify-cms-core 2.54.3
netlify-cms 2.10.183
CMS configuration
The text was updated successfully, but these errors were encountered: