Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add build number to select list

Saar Netzer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 10, 2016

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.

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2016

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).

Suggest an answer

Log in or Sign up to answer