The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to create custom field type on jira-cloud

Tharanga
September 19, 2017

We are migrating jira server plugging into cloud plugging.  For that we are using attlassian connect spring-boot framework. Server plugging have a custom field and it's field type is also a custom field type which created by using Plugins2 framework. In this movement we are stuck because we are unable to any way to create  custom field type on jira cloud. Could you please give an solution for this problem. 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -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 Champions.
September 19, 2017

Connect can't handle some of the complex things a p2 add-on can do for fields, but you can do some stuff.

See https://developer.atlassian.com/static/connect/docs/latest/modules/jira/issue-field.html

Tharanga
September 19, 2017

Hi thanks for the quick reply. In our scenario ( server plugging ) custom field is rendered as a custom component and its contain separated three links. Its seems hard to achieve these kind of requirement with Issue Field module because its only support for string, text, single_select, multi_select, number type and Its not support to set custom UI template for the custom-field.  

Nic Brough -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 Champions.
September 19, 2017

I think you are stuck with Connect - the field module really does only support those types of field.