Plugin JIRA to load items from JIRA table to a combobox

yago_silvela January 8, 2018

Hi all,

 

Somebody knows how can I load items from a table of the JIRA datamodel into a combobox?

 

Thanks.

2 answers

0 votes
Alexey Matveev
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.
January 8, 2018

Hello,

You would need an add-on for it. For example, Power Custom Fields Pro

https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.keplercf-pro/server/overview

You can create a combobox which would produce values  from a database or JIRA API. I would strongly recommend not to query Jira database for information. Use Jira API instead.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 8, 2018

I'd strongly recommend not doing that.  Jira's database is a data store, not a reporting model, and you certainly can't write to it.Could you explain what you are actually trying to achieve for the end user and why the custom fields can't already do it?

Suggest an answer

Log in or Sign up to answer