Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I create a 'label' like field which loads labels from active object?

connorsml March 14, 2015

I have an active object entity with which I am doing CRUD. I would like to be able to auto-complete and populate multiple values of this object into a text field. 

 

Is https://docs.atlassian.com/jira/latest/com/atlassian/jira/issue/customfields/impl/TextCFType.html the appropriate field to extend? Or should I be extending something else to get the label field functionality?

If this TextCFType field is correct, what methods should I be looking at overriding to:

 1. Search active objects while type in the field.

 2. Process the selected values.

 

Any tutorials or examples would be most appreciated.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Jobin Kuruvilla [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.
March 14, 2015

There is a LabelsCFType. Check that out.

If it is just the autocomplete you are looking for, you need not extend any. Just implement the autocomplete in the edit template.

TAGS
AUG Leaders

Atlassian Community Events