-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Issue - Fields
-
None
Some users reported errors when editing the JIRA description, but some accounts can edit normally for the same issue, but he/she can edit other fields except description, the error message like this:
The process is: I create an issue through the issue creation API. If there is an image in the description, I will call the attachment upload API to get a link to the attachment. Then I will call the issue update API to replace the link in the description like this:{
"attrs":
,
"type": "media"
}
For all issues in this situation, the description cannot be updated on the Jira page for some users, but in other cases it can be edited normally.