-
Suggestion
-
Resolution: Unresolved
-
None
-
3
-
5
-
Summary
It would be beneficial if there was a page for the System Fields, as there is one for Custom Fields.
Expected Results
There is a page like the Custom Fields page, for the System Fields.
Actual Results
There isn't a page specific for the System Fields.
Workaround
Currently, the workaround is to use the Jira Cloud REST API, with the below endpoint:
GET /rest/api/3/field
The data that is returned will contain "custom": false, if it's a system field.