Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the Custom Field from Default Text Renderer to Wiki Style Renderer Programmatically?

arunk January 7, 2018

I wanted to Change the Active Renderer of the Custom Field to the Wiki Style Renderer programmatically.

Someone Kindly guide me to change the Renderer to Wiki Style.

image.png

1 answer

0 votes
Andy Heinzer
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.
January 8, 2018

In my search for this question, it looks like this is not possible to do via the native REST API for Jira.  There is an existing feature request for this in https://jira.atlassian.com/browse/JRACLOUD-68213

However the Java API for Jira does appear to allow this.   I would recommend checking out @Jobin Kuruvilla [Adaptavist]'s response over on this thread: https://community.atlassian.com/t5/Jira-questions/Is-it-possible-to-set-the-field-configuration-Renderer/qaq-p/284470

Jobin wrote there:

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

Granted that question is in regards to a plugin for Jira, but I believe the principles are the same.

Suggest an answer

Log in or Sign up to answer