-
Bug
-
Resolution: Won't Fix
-
Low
-
3
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Service Desk Cloud. Using JIRA Service Desk Server? See the corresponding bug report.
Steps to reproduce
- Add the following fields to a request form: Summary, Description, Priority, and Component/s (only Summary is Required by default)
- Create a new request using this request form (let's call the Issue Key ABC-1)
- Get the issue details using REST API (append to JIRA's Base URL):
/rest/servicedeskapi/request/ABC-1?expand=serviceDesk
Expected behavior
Priority is included in requestFieldValues as well as the other fields.
Actual behavior
Priority is missing:
"requestFieldValues": [ { "fieldId": "summary", "label": "Summary", "value": "new test" }, { "fieldId": "components", "label": "Component\/s", "value": [ { "self": "http:\/\/10.60.6.142:8723\/jira723\/rest\/api\/2\/component\/10101", "id": "10101", "name": "Intranet", "description": "Created by JIRA Service Desk" } ] }, { "fieldId": "description", "label": "Description", "value": "rest api" } ],
- is related to
-
JSDSERVER-4564 REST API does not show Priority field in requestFieldValues
-
- Gathering Impact
-