Uploaded image for project: 'Automation for Jira Server'
  1. Automation for Jira Server
  2. JIRAAUTOSERVER-130

Allow project picker custom field to accept project name

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • Actions
    • 0
    • 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

      Currently, project picker custom fields are not available under the field selections in edit fields actions. The workaround to this would be to edit the field via JSON.

      However, when editing via JSON, we are only able to use ID or project key. As an example, this works:

      {
          "fields": {
              "testprojectpicker": {"key":"TEST"}
                       }
      }
      

      But, this does not work:

      {
          "fields": {
              "testprojectpicker": {"name":"test"}
                       }
      }
      

      In the audit logs, we see the following which suggests it would only accept ID or project key.

      We would like to ask for project name to be accepted here.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              llee2@atlassian.com Lenard Lee
              Votes:
              5 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: