The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to implement AbstractMultiCFType in jira

Kotayba Walid
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!
August 11, 2017

Hello, I'm trying to develop a plugin for jira that will be able to give users a multiselect options, and once the user selects multiple options, those options should be visilbe in the issue view page.

Is it good documentation anywhere because I have only found the Java documentation and it's really lagging, there are no proper examples. 

Thank you for your time.

 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
August 11, 2017

Your description is a multi-user-picker field, so I'm not sure what you are looking at code for.  Could you explain more?

Kotayba Walid
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!
August 11, 2017

Hey, yes it's a multi user picker field but the problem is that we want to fetch dynamic values from a database, is it possible to find the multi user picker field source code in order to extend it? because right now the multi user picker field works by entering values but we want to fetch values from a db.

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 Champions.
August 11, 2017

I wouldn't start with a user picker, as you aren't going to be picking "users", just lines from a database.  I'd look at the simple multi-select list.

I'd actually go look at the two "database custom field" add-ons in the marketplace.