Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-81041

Custom field context endpoint does not return project-scoped fields

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Issue Summary

      When performing a request for the Get custom field context using the fieldId parameter with a custom field that contains scope, the REST API response returns an error that the custom field was not found.

      Steps to Reproduce

      1. Access a Team managed project, and go to the project settings.
      2. Go to the issue type, and create a custom field (which will have the scope of the project).
      3. Find the custom field with the following endpoint: Get fields.
      4. Search for the custom field context using the fieldId with the ID of the custom field that was created and has the scope: Get custom field context.

      Expected Results

      The context result.

      Actual Results

      The below response is returned:

      {
      	"errorMessages": [
      		"The custom field was not found."
      	],
      	"errors": {}
      } 

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              d6427b6fb657 Guilherme Bueno
              Votes:
              7 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: