How I can override default Custom Field type (class) by own class?

Vadim Shchepotev January 29, 2018

How I can override default Custom Field type (class) by own class? For example - I have plugin with CF (not mine) but I need make few fixes and extend that field.

1 answer

0 votes
Gonchik Tsymzhitov
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 29, 2018

Hi Vadim,

you can use this tutorial for understand Custom Field work

https://developer.atlassian.com/server/jira/platform/creating-a-custom-field-in-jira/

 

Regarding  Override annotation, feel free inherit class and override some method if you want it.

 

Cheers,

Gonchik Tsymzhitov

Vadim Shchepotev January 29, 2018

Some private plugin already has customfield (implemented), I need extend that customfield and make use this private plugin use my class instead of own.

Suggest an answer

Log in or Sign up to answer