Hi,
I need to add each passed build number to a single select list in an issue in order for it to be available for the user to select it.
How can I achieve this automatically?
I'm using Jenkins for my builds.
Thanks.
You can't, without coding.
A select list is a field who's content options are set by an administrator. You'd need to log in as an admin and add the new option. This is not a function available under REST, so the only way to do it externally would be to give Jenkins an admin account and do some scripting in the GUI. The coding option would be to write something that does allow Jenkins to use a REST call that can then be translated into an admin action to update the option list.
However. If you wanted to add versions from Jenkins, that's already supported by Jenkins (I think you need an add-on for it, in Jenkins).
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.