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
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
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?
Remove it from the view screen and only keep it on edit one.
As simple as that, thanks!
1、in the jira-view-issue-plugin ,add a customfield-panel
2、delete the customfield from the createCFTabs DetailsBlockContextProvider in the source code
It looks like you're new here. Sign in or register to get started.