Is it possible to add a custom field of type freetextfield with jelly ?
Yes, using code like this:
<jira:CreateCustomField fieldType="textarea" fieldName="Business Case" description="Please provide relevant background information and/or rationale." searcher="textsearcher" fieldScope="project" projectKey="JAR"/>
BTW, I found this list helpful to keep around... compiled by going to the Plugins page and looking at modules in the Custom Field Types & Searchers plugin:
Cascading Select fieldType: cascadingselect fieldSearcher: cascadingselectsearcher Date Picker fieldType: datepicker fieldSearcher: daterange Date Range picker fieldType: daterange fieldSearcher: datetimerange Date Time fieldType: datetime fieldSearcher: datetimerange Date Time Range picker fieldType: datetimerange fieldSearcher: datetimerange Free Text Field unlimited text fieldType: textarea fieldSearcher: textsearcher Group Picker fieldType: grouppicker fieldSearcher: grouppickersearcher Import Id fieldType: importid fieldSearcher: ? Multi Checkboxes fieldType: multicheckboxes fieldSearcher: checkboxsearcher Multi Group Picker fieldType: multigrouppicker fieldSearcher: ? Multi Select fieldType: multiselect fieldSearcher: multiselectsearcher Multi User Picker fieldType: multiuserpicker fieldSearcher: userpickersearcher OR userpickergroupsearcher Number Field fieldType: float fieldSearcher: exactnumber OR numberrange Project Picker fieldType: project fieldSearcher: projectsearcher Radio Buttons fieldType: radiobuttons fieldSearcher: radiosearcher Read-only Text Field fieldType: readonlyfield fieldSearcher: ? Select List fieldType: select fieldSearcher: selectsearcher OR multiselectsearcher Single Version Picker fieldType: version fieldSearcher: ? Text Field < 255 characters fieldType: textfield fieldSearcher: textsearcher URL Field fieldType: url fieldSearcher: exacttextsearcher User Picker fieldType: userpicker fieldSearcher: userpickersearcher OR userpickergroupsearcher Version Picker fieldType: multiversion fieldSearcher: versionsearcher
JIRA 5.2 and selectsearcher is not shown as a valid searcher for the select field type. Creating a select field only offers one searcher - the multiselect one
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.