Create "Jenkins Build" Tab and add fields in Jira ,restricted by admin ,
user can't visible it
Already ,in project everyone can see all tab and I added one tab but it should be restrict by admin only
is this possible
Yes, you can configure permissions that are required in order for a user to be able to see a tab panel.
See the module docs, https://developer.atlassian.com/server/jira/platform/issue-tab-panel/ it also shows an example Java implementation, note the showPanel(ShowPanelRequest showPanelRequest) method. This is the place where you can decide to show or hide the panel.
Yes, it is possible to create a custom tab in Jira, and restrict its visibility to only admins. However, this requires a combination of screen schemes and field-level permission
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.