Jira get selected option Sep 13, 2023 · I am not able to get the select option values for ex: priority valid values (Highest, High, Medium, etc) or status valid values. I have this data for a specific issue Aug 23, 2023 · Use that field on your Request Type form, instead of the actual Assets Objects field Customers will often select more than one option Problem A Select List (multiple choices) field smart value { {issue. priority. The automation rule I am May 14, 2025 · Say you have an field called Security Impact, a select list with possible values Yes, No and Unsure. You want to force users to consciously pick an option, so you mark the field 'Required' in the field configuration. Locate your new custom field, then select Configure from the Cog drop-down menu. Learn how to streamline this process using a CSV file. Key terms If you Sep 26, 2025 · Learn how to create multiple Jira tickets automatically using a custom multi-selection field and Jira Automation rules. ComponentAccessor def optionsManager = ComponentAccessor. A fundamental difference between the ScriptRunner for Jira Server/DC and ScriptRunner for Jira Cloud behaviours feature is that the field selected is the trigger that causes the behaviour to run in ScriptRunner for Jira Server/DC. It should not be necessary to repeat this. Behaviours give you more options to customize how fields in Jira behave, so you can show/hide additional fields when a particular option is selected. The idea below is to use the "field operations" mechanism of Jira to first add all the options to the second multi-select field, then remove from the field the ones set in the first multi-select. Learn how to remove the None option from a select list custom field in Jira with step-by-step customization methods. Is there any way to currently do this? I've searched but Use smart values in your automation rules to access and format the value of items in a list in Jira Cloud. This article provides the steps to retrieve the id of an option of a Select List field (single and multiple-choice) or a Checkboxes or a Radio Buttons field on Jira Cloud. groovy. Mar 2, 2022 · Hello, I am trying to get my head around this. Note that this operation only works for issue field select list options created in Jira or using operations from the Issue custom field options resource, it cannot be used with issue field select list options created by Connect apps. atlassian. The URL display the custom field ID: The below endpoint allows you to fetch statuses: Status You may also use the other available endpoints to create, change or delete Jun 18, 2022 · I am a new learner of Jira and I have no experience with Script runner, And I trying to Write a script in ScriptRunner that gets initiated every time a user selects the “other” option. *, cf. Jun 29, 2022 · I found many answers in community here to get value from Select List (multiple choices) by using script post-function (ScriptRunner), but I'm still can't get it during if-else statement. The node should now read: <option title="Status" value="status" selected="selected">Status</option> Click "Done" back in the column chooser widget. Learn how to remove the "None" option from Jira Select List and Radio Buttons when fields are mandatory, optimizing your custom field setup. Ideal for beginners and web developers. jira. Sep 25, 2025 · Learn how to use a Select List (multiple choices) field to find Assets Objects in Automation with proper IQL formatting. Or perhaps by making All Customers a labels field and using JIRA 6. For all other fields, this You cannot set a value that could not exist, for instance an option that is not valid for that select list, or a component not valid for the current project. Use the underlying objects (Option, Version) - this is Assets (formerly Insight) is a database of objects, and objects are a digital representation of your assets. Open the issue that you want to get the custom field ID for Click the Actions (⋯) icon towards the top right corner Select the Export to XML option, which will open up We would like to show you a description here but the site won’t allow us. Quickly reference key commands and tips to streamline your Jira queries and enhance productivity. In this case, the Single Select List. Please suggest how to fetch that also. Is this possible, if so, how? Nov 26, 2024 · Limitations on number of options for multi select custom field values in Automation Rules??? Oct 14, 2024 · Hi Community, I have created a Select List (multi-choose) custom field "Platform" and added three options: Jira, Confluence, BitBucket. The ultimate Atlassian integrations: simplify and consolidate even complex third-party integrations into a central hub. I'm trying to fetch all option IDs from a Multi-Select custom Field. In the left sidebar, select Custom Fields under Fields. Permissions required: The custom field option Option 1 Add the Edit Issue action Select the field to update using the option Choose the fields to set to Enter the options there, in addition to the smart value { {issue. I want to hide above option of "Platform" field based on user conditions. We should not use that. Dec 15, 2020 · I have followed the documentation for accessing smart values for list items and have tried all the different variation shown here: Use Smart Values to Access Listed Values I also tried testing by having it write a log and it's not working. Connect Jira, Confluence, Bitbucket, StatusPage, ServiceNow, Slack, GitLab, GitHub and more! Create a default value, different set of options, or restrict the users that can be selected in a field in Jira Cloud Jan 23, 2019 · Hi, I need some help in Custom Cascade Field, I have created a Cascade Custom Field with parent options = 'Jan-19' , 'Feb-19', 'Mar-19' child options = '0%', '25%', '50%', '75%', '100%' I know that for parent option, 'None' is one of the options. If you have a manageable list of options, and you can synchronize them with your select field options, this gives you a couple of additional advantages: The ability to rename options. Aug 30, 2019 · Hi I have custom field in jira, and I want get value in custom field example in jira custom field : week custom field value : monday, tuesday, wednesday, thursday, friday, saturday, sunday custom field id : customfield10003 example in python after jira login customFieldValue = jira. Fields that cannot be placed on an issue screen are always returned. Each Outcome and Indicator in the two select lists begine with a series of numbers. ComponentAccessor def customFieldManager = ComponentAcces Sep 13, 2023 · Hi Abhinandan, Please use the below API endpoint to retrieve the options for select list type custom fields: Issue Custom field options If you need the ID of a custom field, you may navigate to the context of that custom field. Jul 7, 2017 · SQL is absolutely the best way to get JIRA data :) You just need to know a few table facts: As you've discovered, 'customfieldoption' stores the possible values for a select-list. We found that, for Jira cloud, there is an Feb 18, 2012 · I was curious if anyone else had an idea how to get a select box options of the custom field in JIRA using soap api, if you have have custom field id. Feb 4, 2022 · Hi there, I'm almost there with my automation that copies values from select List (multiple choice) custom field from parent to children, but I'm struggling with JSON syntax. getOptionsManager() def customFieldManag Jul 20, 2023 · Solved: I want to get the list of all the values of a dropdown field using jql. An asset/object can be anything from hardware to software to people. Adding this smart value will prevent the rule from deleting the original content. Apr 21, 2021 · Hi @ibuchanan I am trying to list values inside the custom field (single select) using the API below is the behavior I created but it’s not working: import com. Example: Epic Name: Marketing Department Task Name: Task 1 Dropdown option (selected): Direct Mail I want the title of the Task Name to update to "Task 1: Direct Mail" Is Sep 25, 2025 · Summary Updating multiple options in Jira's select list custom fields manually is time-consuming. Mar 26, 2024 · Hello everybody! I need your help in figuring how to filter through a cascading select list and display it based on values selected from another field. child or something like this) how to do? Thanks Adding the ability to PUT/POST the Jira custom field option values would ensure data integrity and consistency across the automated and more manual, Jira-driven parts of the workflow. I would like to know if there is a possibility to have multiple options drop down list in the Jira Software version. 3 (not out yet) to restrict who can edit the labels Pages that contain a table or grid typically have an option to select which columns to display, providing some level of customization. customfield_xxxxx}} cannot be used in an IQL to find the correct objects due to how the automation will output the list of options selected. onresolve. Learn how to retrieve Jira Data Center custom field configurations and values directly from the database. The ID of the option will be displayed on the URL as last information Hope this helps you Regards Feb 3, 2021 · In my Jira namespace, while creating a ticket, there is a CustomField dropdown called Client which has some options as shown in the below image. This method will show field IDs for fields present on the issue only. Translate the Custom Field Options Once you have created your custom field and defined the options, you can translate them using TFO for Jira. I know how to get the value of selected parent opt Importing all of the item as options into Jira for regular or multi-select lists is impractical. . Ui User Workflow 1 results for ""get-the-values-of-a-multi-select-field"" Get the Values of a Multi-Select Field Behaviours allow you to change how fields behave on issue Create or Update screens. JIRA displays this as: JIRA has added a fake 'None' option at the beginning, meaning "No value has yet been selected". I hope this helps to solve your question. *, cfo. When checking the configuration of the custom fields and the screens, everything seems fine, but it is not Oct 29, 2009 · How can I get the selected text (not the selected value) from a drop-down list in jQuery? Nov 17, 2021 · Here you can: Select the Edit parent select list drop-down to choose which cascading select list to edit. Permissions required: The custom field option Set a field value depending on other issue screen data. I tried to get 'Context', 'Schemas' and do chained API calls but nothi Aug 29, 2025 · I'm trying to find a way to add values to a single select list via automation or workflow. Nov 19, 2023 · If Option 1 is selected from the Parent option of the Cascading Select List, the value in the Text Field is set to Option 3 Selected, as shown below. The "Status" column should now appear in your issues list. Issue) Returns: An option Object of Options setRootOptions Oct 7, 2019 · . Mar 4, 2023 · The fieldChanged option is required to ensure that the Behaviour will only trigger when a change is made to that particular field. Suggestion As of now, Jira allows JQL to search using the Option ID only for the Select List (Cascading) custom field type. Apr 20, 2023 · For this to work you'd need to enable the Save Checklist data to Jira custom fields option in our app's global settings, so the Checklist Text field actually does get synced with the checklist in the UI. I am currently building a Jira board and in here we have multiple departments, each department with various managers and directors. cfname Jan 29, 2024 · Use Select components from Forge UI Kit for dropdown selections in your app, simplifying user choices. My rule works as follows: triggered when parent link is added (Advanced Roadmap's parent link) looks up the parent via the L Manage filters in Jira - update, share, subscribe, delete, copy, and star your filters easily. For example, you give users the option to select a checkbox when they do not know their SEN (Support Entitlement Number). getRelevantConfig(com. In one of my listeners, I'm able to get the string value of my custom dropdown box like so. Returns system and custom issue fields according to the following rules: Fields that cannot be added to the issue navigator are always returned. 20. Retrieve the Context ID: You can use the "Get custom field contexts API" to find the context ID associated Sep 26, 2025 · The below KB illustrates a workaround using automation in which we can create a linked issue and populate other custom fields as required until the feature is released. If a jira user opens the issue in edit screen, he only gets JIRA option in Platform drop-d Aug 13, 2024 · I would like to put all those Service Components in a Drop down list with multiple option selection. Join customfield. The ID of the option or null if it currently does not have one. Get all of the values that have been set inside a multi select list custom field on an issue. 2025 Update: Modern Jiras remove the 'None' if a field is We would like to show you a description here but the site won’t allow us. If the custom field is a select list, the 'stringvalue' field will contain the ID of the relevant Nov 21, 2022 · Updating custom fields is a very common task. There are three ways to specify custom field values: Use textual names for fields, for readable and simple code. Jul 20, 2023 · Solved: I want to get the list of all the values of a dropdown field using jql. Learn how this works. But unfortunately its not working for m Option Manager enables Jira admins to delegate custom field option management to project admins on a project-by-project basis. My problem is that I need to get the text value of the customfield, but I seem unable to get this information. This would allow for duplicates, but tracking quantities may require additional scripting or automation Nov 19, 2018 · Hello, I have two select lists, Outcomes and Indicators. Once you've filled in the necessary details, click on the "Create" or "Add" button to create the custom field. Option 2 Add the Edit Issue action Expand the More Options Jun 4, 2018 · I have a multi select field, which of course may have more than 1 selection. Apr 23, 2022 · We are new to Jira Server. log , when developing your behaviours). For example - There is a dropdown field 'A' having options 1,2,3 then Jul 26, 2023 · Jira smart values - lists The following smart values are available to access and format the value of items in a list when setting up a rule. Use this script to restrict the options available, and set the default value of single or multi-select fields on the Create or Update screen. transform. A suggestion would be to increase it to allow users to have more options to be selected Workaround Since early 2023, global or Company-managed custom fields can be used in Team-managed projects (see the announcement here). Nov 5, 2018 · In order to get the content the user selected, you’ll have to do something in Javascript (for example using jQuery once someone clicks that save link) or submit the form and react to that POST request from the form submit in your Java class. Open the issue that you want to get the custom field ID for Click the Actions (⋯) icon towards the top right corner Select the Export to XML option, which will open up Jul 26, 2023 · Jira smart values - lists The following smart values are available to access and format the value of items in a list when setting up a rule. Example would be that 1 Outcome can relate to 1 Indica They offer the advantage of making all the options visible at a glance, thus making it easy for users to quickly compare and pick options. Smart Forms for Jira now Dec 20, 2018 · Solved: Hi I am having a difficulty in getting selected option value in customfield jira. Jan 7, 2019 · In Jira there is not a native option to conditionally set a field based on an input, however there are add-ons that can do the trick using post functions, so that the values are selected on submission. Favourite Soccer Teams: May 29, 2024 · I am looking to create an automation when a dropdown item is selected on a task, and the title of the task gets updated. Aug 20, 2024 · Right-click on that node and select "Add attribute". Environment Jira Service Management Cloud and Automation for Jira Solution In this scenario, we will create a custom field, say "Needs linking?" which will have 2 options: Yes Jul 24, 2019 · By “field id” or “field name” how can we get all the selected options from multi select custom field? also I want to set multiple values to the multi select type “custom field” by using java code. BaseScript import com. My script is not working, below is the script I am using. How can I remove an option from this custom field (Select List single choice) using behaviours? Thank you, Start sending API requests with the Get Options For Field public request from Atlassian - JIRA on the Postman API Network. This happens with all custom select lists in all our projects. Click Sort alphabetically to automatically reorder the options alphabetically. You can find out more about Assets in Atlassian's documentation. I selected the field and for the value I used the option id number that I saw in the URL when hovering over the edit link in the options update page of the custom field. custom Jun 10, 2022 · I am using the datacenter edition of JIRA (8. Not the value, but the ID. g. This will not work. Cheers! Sep 26, 2025 · Learn how to use Automation for Jira to set a select field based on the value of a child option from a cascading field. Aug 16, 2018 · This is returning a specific option details and should work if the option id is correct. This catalog of products should be accessible in Jira issues as a select list of options for final users in order to help them choose a product easily and get direct information on it. ComponentAccessor Jul 11, 2025 · Learn how to get the selected value from a dropdown list using JavaScript with clear examples and code snippets. Here's what I've tried so far: Direct Endpoint for Field Options: I a Oct 17, 2023 · Using ScriptRunner, I want to define a field behaviour whereby options for customfield D (which is object type D) only displays objects D1, D2 and D3 if B1 in customfield B has been selected. Jun 4, 2019 · Hi All, I am trying to setup my issue screens, and would like to create dynamic lists which change depending on the value selected in another field. As teams evolve, new versions are released, sprints change, and assignees shift. Settings You can customize the following settings: Set the app title for your Jira app Then set the list option to the one that meets the 2nd condition of making the text field required (" [Parent1, Child1]"). Learn how to retrieve and extract custom field values in Jira using ScriptRunner with detailed instructions and examples. Priority import groovy. getOptionsManager() def customFieldManag Feb 3, 2025 · Hi @Anders Larson Unfortunately, Jira’s Select List (multiple choices) field doesn’t support selecting the same option multiple times. The More options field on automation actions in Jira Cloud allow you to specify a valid JSON object reference and edit issue fields. Click Edit Options. Oct 18, 2021 · Hi, I'm trying to achieve that a custom field only appears when a multi-select field contains a certain option. Master JQL with our comprehensive JQL cheat sheet. I want to know if the value "A" is selected, regardless of there being other selections made. May 3, 2018 · Hello - I am trying to show different select list options depending on the custom field value selected. I have the following setup: Select List (Single Choice) CF called Software Version with 2 Values: CGD and NGD Select List (cascading) CF called I Feb 12, 2018 · How can i write based on option id or value id of abc, reason is that, when abc changes to XYZ, i mean when option gets edited, instead of adding new option, I can leverage option id. A similar ability should be provided for Select List (single choice) and Select List (multi-choice). However, with ScriptRunner for Cloud, you choose an affected field first and then write a script with logic that will alter that field in your preferred way. Only fields mapped to a project can be managed by its project admins. That could be done by creating a new custom field type. Click Edit to change the text of an option. Is this possible? Example blow: i want to get the id of option1 and the id … Oct 5, 2018 · Hello everyone I've searched far and wide but couldn't find a solution appropriate for my issue. Per-issue custom field values are stored in 'customfieldvalue'. def ComponentAccessor = com. issue, cfv. Unlike most functions, this function requires knowledge of the field it was used with, so that it can figure out which options are valid for it to generate. Select Issues from the Jira Administration menu. My goal is to fetch all option IDs values to programmatically update issues in bulk. Sep 26, 2025 · Learn how to use Jira Automation to update dropdown options based on customer input in JSM with step-by-step instructions. This operation can be accessed anonymously. I would need to set up an automation rule that emails the manager based on a cascading field. Sep 25, 2025 · Summary Updating multiple options in Jira's select list custom fields manually is time-consuming. Jul 11, 2024 · I determined that the field is actually from a plugin, either Multi-Level Cascading Select or Dynamic Forms for Jira. Hence it's a good idea to keep an on the application log (atlassian-jira. However, instead of a Select List (multiple choices) field, you could use a Labels or Text (multi-line) field where users manually enter the items used. If you do this, we will log a warning in the application log. Some Jira REST APIs are not supported on Atlassian Forge and will, therefore, not work on the Behaviours feature. Use -- columns parameter to show only specific columns in the result, as mentioned in the example below: It is recommended to test the commands in a non-production environment or run the action with the --simulate parameter to verify the behavior before deploying. We would like to show you a description here but the site won’t allow us. ComponentAccessor def customFieldManager = ComponentAcces Jun 18, 2022 · I am a new learner of Jira and I have no experience with Script runner, And I trying to Write a script in ScriptRunner that gets initiated every time a user selects the “other” option. For that, I'm using Behaviours in Scriptrunner plugin from Adaptavist. The Priority field is a System Field, and to invoke a System Field, you need to use getFieldById as May 12, 2020 · Description Currently, the custom field checkbox or the Drop down list in team managed projects is only limited to 55 options. Use this script to retrieve the selected values of a multi-select field and perform actions based on them. Aug 21, 2023 · August 21, 2023 @ [deleted] Follow these steps Open your general page of fields Search for your field Click on 3 dots at the right side and select Context and default values Select Edit options Now click to edit the option you want to see the ID. Right now I just want to make sure I’ve got the labels cached in my system and I’m unable to find an API that will return all possibleValues for just a set of fields. I am not able to find a way to fetch these options in the dropdown via JIRA REST API. the &quot;ot Mar 15, 2021 · Hi, I need to do a jql to find an issue that have the second level of a cascading list set to a specific value. I expected that it would behave in a similar manner to "Select List (multiple choice)" (given that the description is: "Choose multiple values in a select list"), with it being possible to re-use the paired-select-lists multiple times on a given issue, selecting and removing options (or rather option pairs) E. We searched that there is scriptrunner plugin. Type: selected="selected". Here is my query select cfv. Instead it says "no matches found". by going to Jira Administration | Issues | Custom fields | Custom field's Configure option (under Actions) | Edit Option (under Options) and then hovering your mouse over the Edit (under Actions). I have used Behaviours before with a single select and tried using the same groovy script here but it doesn't do wh Aug 9, 2023 · When editing an issue (new or old), the stored options of the select lists are not displayed. Nothing is returning a list of values available to select in that field in the UI. The second problem I noticed in your code is that you are invoking the Priority field using getFieldByName. I did find that the GET /search API will return the details if I include expand=editmeta but Oct 29, 2024 · Hello everyone, I'm working with Jira's REST API to manage custom fields. Get options for this particular custom field type. Continue to the Settings, Internationalization, or Options section below. Apr 25, 2017 · Hello Atlassian Community, I need to add a checkbox field (or anything with multiple choices) with an "other" option - but will need to include a line to fill in the value for "other". fields. list Iterates over a list and prints it. Apr 6, 2022 · Solved: I am trying to set the label on a newly created issue to be the value of a selected radio option of a custom field. CustomField import com. Select Update when you're done. Example: Department sele Apr 6, 2014 · JIRA doesn't provide a way to update the options in a select list based on the value in an issue. Apr 6, 2014 · JIRA doesn't provide a way to update the options in a select list based on the value in an issue. Use object IDs if you feel concerned about names changing. Click the arrows in the Order column, or specify a number and click the Move button, to reorder the options manually. Jul 18, 2024 · Hi All, i have 2 custom fields in my portal form jira cloud Field1 - 1,2,3 values Field2 - 4,5,6,7 values when customer selects option 1 in Field1 then customer should only see 4,5 as options in Field2 i tried using Jira Cloud Script Runner using behaviours. If you need more guidance on how to make this work, feel free to ask here or reach out to our team via our service portal. user. It only goes to the second level (like a cascading select field) if you choose an option other than the one I am trying to set, which is why I didn't realize it was not a standard select list field. Nov 2, 2023 · Hi, I’ve got a multi select field on my issues and I’m not able to find an API that will return all of the possible options. Manually updating form options to match these changes takes time and can lead to outdated selections, errors, and extra work. For example, an option in a select list. As a product manager I need to check if certain options have been selected in a multi select list custom field before a development ticket is marked as closed. That is, timetracking fields, subtasks, votes, and watches. The function accepts either 1 or 2 arguments: One argument (parent) - returns all option ids for the specified option's child Feb 22, 2024 · I've tried many different REST API GET requests to return a list of all available values/options on the customfield_10001 the new Jira Team field. Dec 28, 2021 · Hi, i have a cascading list custom field for my jira issues and I am trying to get the id of the selected option. Export to XML The custom field IDs used by issues can be retrieved by exporting the issue to XML within the Jira and Jira Service Management user interface. After creating the custom field, you may need to associate it with the appropriate screens, issue types, or projects. We hosted it on our own server. If you want to get all the allowed values for a custom field, use the createmeta or editmeta methods. component. NOTE: This method is here is keep the API checker happy (see JRADEV-23901). Select General Configuration, then Edit Settings. For example, on the risks page, you can select from over 25 different columns of data to display. Editing general configuration Select Settings (), then System. Jun 23, 2016 · I would like to GET all drop down options for a custom field. You can connect your REST API as a data source and define how the dropdown custom field should be populated. I tried that: project = JIRACM-test AND type = "Drop" AND "FactorySistemaMap [Select List (cascading)]" = SDP but I have no suggestion from jira for the second value (like . Let's imagine your company uses Jira to manage all IT services, including IT Support and assets (such as the products available). If I use field = "A" or field IN ("A") I get the same result and that result is only the records where "A" is selected and no ot Jun 5, 2023 · For example, if you selected a select field, you'll need to define the available options. As a custom field may have multiple types of options (eg cascading drop downs), the type can be used to signify this Parameters: fieldConfig - For example, retrieved from CustomField. For system fields, I use the following URI: http://localhost:8080/rest/api/2/project/XXXX/components De-risk your development cycle with the help of advanced automation. Can someone please suggest how to get it? Feb 13, 2023 · I'm trying to write a Jira script that would copy an issue from one project into another, while also using the same CustomField value. Learn how to make a select-list custom field visible in Jira when its value is 'None' or not selected with this step-by-step guide. Jun 22, 2020 · Hi, I know how can I choose specific options of custom field and display only them using Behaviour, But I have a custom field that is dynamic and I can't put hardcoded data in my script. id to customfieldoption. 2) and its API and I have a customfield, customfield_10500 that can have one of multiple string values. You can also reference further methods and properties. Its a Select List (Multiple values) I would like this custom field to have values dynamically populated. The ability to disable options. If the custom field is a select list, the 'stringvalue' field will contain the ID of the relevant Sep 26, 2025 · Learn how to create multiple Jira tickets automatically using a custom multi-selection field and Jira Automation rules. A function that allows the user to select children of a specific parent option for cascading select fields. Field 1 - Select List (single choice) Field 2 - Select List (multiple choices) The value selected in field 1, would determine the contents of the list Jul 7, 2017 · SQL is absolutely the best way to get JIRA data :) You just need to know a few table facts: As you've discovered, 'customfieldoption' stores the possible values for a select-list. Single choice custom select list Single choice custom select lists are drop down lists that allow users to select one single option to complete the field. FieldBehaviours import com. As for needs, either a simple PUT with the full set of option values included in the request, or the ability to add and delete individual option items would work. Retrieve the Context ID: You can use the "Get custom field contexts API" to find the context ID associated Jul 24, 2019 · By “field id” or “field name” how can we get all the selected options from multi select custom field? also I want to set multiple values to the multi select type “custom field” by using java code. For example, requests with OAuth2 permission scopes generally work on Forge. Learn how to query and display data from Jira Assets object custom fields, including visualizing and formatting selected objects. customfield. Given this behavior, it seems like the radio button field value is only being updated when I change the list field selection. Jan 11, 2016 · In my Jira project I have a custom field called "CASE-Environment". Fields that depend on global Jira settings are only returned if the setting is enabled. Select List Multiple Choices}}. Returns a custom field option. For instance, in a select list you can use an option ID. Oct 3, 2018 · There is now a Jira cloud App called External Data for Jira Field s that allows to synchronise external data with a dropdown custom field. The problem is, that the customField values and options are pr Apr 4, 2024 · I was able to set it by using the component to Edit an issue. As a Jira admin, you can manage the general configuration of all Jira apps in one place. See examples of this. We have some rest api's which we need to call and get the values and put the values in custom field select multiselect options. For example, for a select list you specify the option value. With HAPI you can easily work with asset objects, create attachments and search for assets, all from your ScriptRunner script console. Solution A Python script is available that utilizes the Jira REST API to bulk update custom field options based on a CSV mapping file. There are over 100 indicator options, however, only specific indicators relate to a specific Outcome. issue. The custom field is "Environment" and my selections are: Pr Sep 25, 2025 · Option A & Option B - both are multi-select fields in the below smart values. Feb 11, 2025 · Managing forms in Jira often means keeping field options up to date. import com.