Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Adding a custom field automatically

I created a new custom field, I kept it simple for now. My new custom field extends GeneticTextCFType and only delcares the constructor.

I declared the <customfield-type> in my atlassian-plugin.xml file, and I am now able to manually create a custom field of that type.

I created a custom field searcher that extends TextSearcher, with nothing in it.

Ideally, I would like the custom field that I created manually to exist automatically. Do I check for its existence in the PluginEnabledEvent and create it there if it does not exist? When do I remove it? when the plugin is uninstalled? I doubt it a little because all data would be lost if the custom field is deleted.

I tried creating it in the afterPropertiesSet function, but the CustomFieldType does not seem to exist at that point... At other points in the plugin, ComponentAccessor.getCustomFieldManager().getCustomFieldTypes() gives me a list of types with my new custom field type in it.

At which point in the plugin should I create my custom field using that customfield type?

0 comments

Comment

Log in or Sign up to comment