Is it possible to set the field configuration(Renderer specifically) using java plugin(when the plugin gets installed)

Ankit Agarwal December 2, 2014

I am creating a newCField using a JIRA Plugin that i have made using java. After creation of the field I want to set the Renderer property of newCField in the wiki Style Renderer in the DefaultScreenScheme

Java Code for creating of field :

jira java plugin.png

 

By this, my new field is created:

Name: MyField

Type:TextArea

Now, i want to set the Renderer of this field to WikiStyleRenderer. Currently it comes as DefaultTextRenderer.

Please help.

Thanks in advance 

2 answers

1 accepted

1 vote
Answer accepted
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.
December 3, 2014

Use FieldLayoutManager to get the EditableFieldLayout and use storeEditableFieldLayout method to store the fieldlayout after invoking setRendererType using the appropriate type.

0 votes
Ankit Agarwal December 3, 2014

Thanks @ Jobin Kuruvilla

Suggest an answer

Log in or Sign up to answer