Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Request Tracker API V2 Add Multiple Requestors

I’m trying to add multiple requestors to an RT ticket. I can set a single requestor successfully, but when I go to add another, it just overwrites the current requestor.

Currently, the body text I’m sending in the PUT request is:

{"Requestor": "email"}

I’ve tried comma seperating the email addresses for the value field as well as trying to pass them as a JSON array.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

I may just be missing it in the documentation here (https://github.com/bestpractical/rt-extension-rest2), but does anyone have any guidance for me on this issue?

>Solution :

You need to pass a JSON array of email addresses as the Requestor field.
{"Requestor": ["email1@domain.com", "email2@domain.com"]}

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading