I'm using a custom field "Product" where i have added all our products to where we need to refer to in order to make up an engineering change request.
The custom field "Product" may only contain names of products which have followed a project development workflow. In this workflow i want to automate the final step to add the name of a new product to the custom field "Product". I have tried the ScriptRunner "Copy field values" but with this you can only to this "in the issue" or in related issues. But i want to copy it to the custom field "Product" in general.
Can somebody help me to form a custom script post-function for this? I have zero experience in programming so please help me to find a 100% solution.
Many thanks.
SR's "copy field values" copies values from issue to issue (or from one field to another inside a single issue).
It sounds to me like your "Product" is a (multi-)select list and you are trying to add options to the list, not actual field values.
Normally, I'd point to https://library.adaptavist.com for this, but there's few "administration" scripts in there (it's a rare use case and usually undertaken by people who are already scripting at an admin level).
From memory, you'll need to make a call to OptionSet.addOption()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.