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

Allow App Custom Fields to be set using their Value via JSON

XMLWordPrintable

    • 1
    • 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.

      Currently custom field created using app rest api  can only be set using their ID and not value. 

      Working Example:

       {
       "fields": 
      { 
      "customfield_xxxx": <id>
      }
      } 

      Non-working Example:

        { 
      "fields": 
      { "customfield_xxxx": "<value>"
       }
       } 

      It will be helpful if app custom fields can also be edited using their values. 

              Unassigned Unassigned
              ab6ef5b5ed7f Harsaranjeet Kaur
              Votes:
              17 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated: