You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
I don't have a ready-to-test remote issue picker field but I would recommend you examine your browser developer tools for what the payload looks like when you create an issue that has such links in the web app. You should be able to use the same format when creating an issue with the Rest API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.