Hi is there any means to access the information we enter in to the custom field we enter. Say a text box or a drop down. Can we read the value entered into a custom field using script runner.
SR lets you use the whole of the internal java API directly, which, of course, has to be able to read custom fields.
Depending on where your script is running, you may use different methods, but in most cases you will be using something like
issue.getCustomFieldValue( <custom field object> )
You may find it useful to spend a few minutes looking at https://library.adaptavist.com - it's got loads of examples of scripts for all sorts of things, certainly including working with fields
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.