Forums

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

Move custom field to custom web panel

Mark Fallaize December 24, 2020

I saw this question was raised in 2014 with no answer: https://community.atlassian.com/t5/Answers-Developer-Questions/Move-custom-field-to-custom-web-panel/qaq-p/503199

Does anyone now know how to do this? Currently certain custom fields are displayed in both the detail view and a custom panel, but we just need them in the custom panel...

Regards

Mark

2 answers

1 accepted

1 vote
Answer accepted
Ravi Sagar _Sparxsys_
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 24, 2020

If you have ScriptRunner or willing to write your own app then you can get close to what you are looking for.

Check this page to get some ideas https://community.atlassian.com/t5/Jira-Software-questions/Add-an-editable-field-as-web-panel-with-ScriptRunner/qaq-p/1371110

 

I hope it helps.

Ravi

Mark Fallaize December 24, 2020

Hi Ravi,

Thank you for you reply.

Actually, I used this link to get the field in the panel. But how can it be removed from the details panel so that it only shows in the custom panel?

Regards

Mark

Ravi Sagar _Sparxsys_
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 24, 2020

Remove it from the view screen and only keep it on edit one.

Mark Fallaize December 29, 2020

As simple as that, thanks!

0 votes
any way October 27, 2021

1、in the jira-view-issue-plugin ,add a customfield-panel

2、delete the customfield from  the createCFTabs DetailsBlockContextProvider in the source code

Suggest an answer

Log in or Sign up to answer