I have a requirement of a select list custom field for a particular project which can have dynamic options such as:
There is a number field : Bnum
System field in jira: Summary
The option should appear like "<Value of Bnum><space><Value of summary>"
So the no of options dynamically increase with the number of issues that are created within that particular project.
e.g. Issue 1: Bnum=123
Summary= abcd
Issue 2: Bnum=456
Summary = efgh
Then field options should be:
Kindly suggest a plugin or script to do so. Any help would be appreciated.