Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira/Scriptrunner : Can we manage one custom field with another custom filed by using key and value

Sreenivas Narala April 19, 2022

Hi Team,

I am trying to manage one custom field data with another custom field key data by using Scriptrunner plugin.

But not able to perform this action by using plugin and tried with behaviour function but not succeed, Could you suggest any solution for this task.

issue summary :-

We have list of projects and WorkIDs and fetching these details with REST API,

and need to populate all project names as one dropdown/picklist and workids in another dropdown but want to populate workids which map to specific project names dynamically based on the user request.

Example :-

Project Name        WorkId

ABC                         123

xyz                           645

HFE                          874

If user select Project Name ABC then workid value 123 needs to display automatically in WorkId dropdown and same for the remaining projects.

1 answer

0 votes
PD Sheehan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 22, 2022

Can you explain your setup a little bit more?

What kind of custom fields are Project Name and WorkId?

You indicated that you get some details via REST API. Can you explain how you are currently doing that? Share your existing code.

Suggest an answer

Log in or Sign up to answer