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

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

    XMLWordPrintable

Details

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

    Description

      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. 

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: