In issue layout left context we have People module with some fields like Assignee, Reporter, Votes and Watchers so, we need only Watchers their need to hide remaining fields
Adding to @Enric Font's answer - I would be careful with hiding Assignee or Reporter through field configuration.
Technically it may remove them from the issue view, but those are core Jira fields and hiding them can create confusion later with assignment, reporting, notifications, filters, dashboards, and automations.
If the goal is only to make the issue view cleaner, I'd rather:
disable Voting if you do not use it
keep Assignee and Reporter visible
train users to focus on Watchers where needed
or use a Marketplace/custom app if a very specific issue layout is required
So the short answer is: you can't natively customize only the People panel to show Watchers only. And I would not recommend hiding core fields just for layout reasons 💙
I need this requirement for only one Project and tried to Create a UI fragment and configure to Issue layout to hide people module and visible only watchers but it won't.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @Golla_ Haripriya _MEDIN NON-J_J_
There is no configuration to selectively hide individual fields (for example, hide Assignee, Reporter, and Votes while keeping Watchers). Atlassian only allows you to control the visibility of custom fields in the issue layout—not the individual contents of the system People panel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the clarification. We are using Jira data center with script runner. Is there any supported script Runner UI Fragment approach(web panel, web resource, or any other extension point) that can modify the built-in people module, or is this completely unsupported even with script runner?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try with:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.