NOTE: This bug report is for JIRA Service Desk Server. Using JIRA Service Desk Cloud? See the corresponding bug report.

      Steps to reproduce

      1. Add the following fields to a request form: Summary, Description, Priority, and Component/s (only Summary is Required by default)
      2. Create a new request using this request form (let's call the Issue Key ABC-1)
      3. 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"
          }
        ],
      

            [JSDSERVER-4564] REST API does not show Priority field in requestFieldValues

            subitoag added a comment - - edited

            We need this missing field asap, our customers complain about this!

            subitoag added a comment - - edited We need this missing field asap, our customers complain about this!

            Dario B added a comment - - edited

            rechiesanchez860370857, I have opened JSD-4864 and I have linked it to this one for the servicedeskapi/servicedesk/{serviceDeskId}/requesttype/{requestTypeId}/field endpoint.

            Cheers,
            Dario

            Dario B added a comment - - edited rechiesanchez860370857 , I have opened JSD-4864 and I have linked it to this one for the servicedeskapi/servicedesk/{serviceDeskId}/requesttype/{requestTypeId}/field endpoint. Cheers, Dario

            Rechie Sanchez added a comment - - edited

            I found out also that the priority field is missing on the resource fields for a request type. Priority is not defined on the api response.

            Rechie Sanchez added a comment - - edited I found out also that the priority field is missing on the resource fields for a request type. Priority is not defined on the api response.

            RomeoA added a comment -

            Hello,

             

            Team is there someway to fix this?

             

             

            Regards,

             

            Romeo

            RomeoA added a comment - Hello,   Team is there someway to fix this?     Regards,   Romeo

            Tib (Inactive) added a comment - - edited

            Hello,

            Did you plan to fix this for future releases ?

            Thx

             

            Tib (Inactive) added a comment - - edited Hello, Did you plan to fix this for future releases ? Thx  

              Unassigned Unassigned
              vdung Andy Nguyen (Inactive)
              Affected customers:
              10 This affects my team
              Watchers:
              17 Start watching this issue

                Created:
                Updated: