Hello,
I have a problem with defining 'Remote Issue Picker' script field value (field created from Scriptrunner) in JSON request for creating issues through REST API. This field can have multiple issues selected as a value.
Field is working properly in Jira and we can search remote issues and select them as values.
I have tried different definitions mentioned Scriptrunner's documentation, where I found some info about this type of field, but there was a missing REST API section.
The example of JSON request definition I am looking for:
fields: { customfield_12345: ["MSD-5", "MSD-6"] }
____Additional Info____
Jira Type: Jira Server
Scriptrunner version: 6.26.0