-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: None
-
None
-
5
-
3
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
When writing JSON strings into Jira issues, I'd like it to be formatted appropriately.
Instead of this:

I'd like to have this:
{
"ComparisonSearchQuery": {
"TreeViewSearchQuery": {
"Criteria": "",
"FromDate": null,
"IsCriteriaEnabled": false,
"Status": 7,
"ToDate": null,
"User": "DEV\\cproiete",
"WorkbookId": "0defa2e1-f23e-4f6f-a7aa-a23b010b3fe1",
"UserId": "00000000-0000-0000-0000-000000000000"
},
"GridPagingQuery": {
"CurrentPage": 1,
"RecordsPerPage": 1,
"TotalRecords": 1
},
"UserId": "00000000-0000-0000-0000-000000000000"
}
}
- relates to
-
JRACLOUD-35121 Add source-code formatter / Beautifier for JSON
- Gathering Interest