We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab7ad5 commit 2ca8ce1Copy full SHA for 2ca8ce1
README.rst
@@ -303,6 +303,22 @@ Usually your requests will be something like this.
303
logger.error(e.response.status_int)
304
logger.error(e.response.status)
305
logger.error(e.response.parsed)
306
+
307
+Custom Fields
308
+-------------
309
310
+To create or update a tkt with Custom Fields you must use this notation::
311
312
+ content = {
313
+ 'content': {
314
+ 'Queue': 1,
315
+ 'Subject' : 'New Ticket',
316
+ 'Text' : 'My useless\ntext on\nthree lines.',
317
+ 'CR.{Need For Approval}': 'Yes'
318
+ }
319
320
321
+.. warning:: With RT/3.8 you can't use ``?`` inside the names of your custom fields, with RT/3.6 ``/()`` too.
322
323
.. _license:
324
0 commit comments