Project

General

Profile

Actions

Defect #38576

closed

Add documentation on user API to add custom fields values

Added by Joan J 10 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

I was looking for the documentation on adding the values for custom fields on user creation. Adding an example of usage would be nice (as it's documented on issues api)

Parameters: custom_fields: array of custom field values to add

And within the json/xml something like this:


"custom_fields": [
      {
          "id": 1,
          "name": "FieldName",
          "value": "FieldValue" 
      }
]

Actions #1

Updated by Lorenzo Meneghetti 3 months ago

inserted new line in user API wiki:

thanks

Actions #2

Updated by Marius BÄ‚LTEANU 3 months ago

  • Status changed from New to Closed
  • Resolution set to Fixed
Actions

Also available in: Atom PDF