-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
3.2.3
-
4
-
Severity 3 - Minor
-
4
-
NOTE: This bug report is for JIRA Service Desk Server. Using JIRA Service Desk Cloud? 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
-
JSDCLOUD-5160 The REST API endpoint servicedeskapi/servicedesk/{serviceDeskId}/requesttype/{requestTypeId}/field does not return the Priority field.
-
- Closed
-
- relates to
-
JSDCLOUD-4564 REST API does not show Priority field in requestFieldValues
-
- Closed
-
-
SDECO-736 Failed to load
- links to
(1 mentioned in)
We need this missing field asap, our customers complain about this!