Create Radio button Custom Field from Jira Plugin

Vasu June 8, 2014

Hi All,

I am going through the JIRA API to create a radio button customfield type from jira plugin. I mean I want to know the class needs to be extented to create the custom radio buttion.

Example: I want to create Gender Radio button with options Male, Female and Others

Note: I know how to create from admin console but I want to create it programatically as part of my plugin code.

Thanks in advance

1 answer

1 accepted

0 votes
Answer accepted
Vasu August 3, 2014

We need extend the same SelectCFTType for both List and Radio but the resources will be different . Please see the "templates/plugins/fields/edit/edit-radio.vm" for example

Suggest an answer

Log in or Sign up to answer