Let's say I have a component with the description "xyz"
I want to get the component name whose description is set as "xyz" to be updated as options for another custom field
@debasish sahoo Isn't that a bit redundant?
Update a field with a component field value. In theory you will only generate a "global" field for components, however you will have a "dirty" base of the field, as approximate and/or equal values would be included (with variations in the strings)
But if you want to do that, you have two options.
- Create a text field, copy the name of the xyz component and paste it in this field (not editable in screens)
or
- Create an automation for each project, going through all the components and storing them in an automation variable and then inserting the values in the field via api (webhook) Update custom field options (context)
I hope I helped you.
If this post was helpful, mark it as "Accept Answer" , so you can help others who may have the same difficulties.
If your question has not been resolved, please post again with more details.
Hello @Carlos Faddul ,
I was not clear enough,
Lets say I have a component "testcomp" which has description mentioned as "program"
another component is there which do not have any description or it has some different description other than "program "
then the custom field should list only those component which has description as "program" in its select list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@debasish sahoo in this case you will need to use a little of the automation
With this you can make our rule :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to solve this using the script listener mapped with any issue chnage event.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.