provider Screen tabs POST /rest/api/3/screens/{screenId}/tabs
@utdk/jira /rest/api/3/screens/{screenId}/tabs
Create screen tab
Creates a tab for a screen. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
screenId path required
The ID of the screen.
integer

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
addscreentab
POST/rest/api/3/screens/{screenId}/tabs
Creates a tab for a screen. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

Parameters

required

The ID of the screen.

Input

The ID of the screen tab.

required

The name of the screen tab. The maximum length is 255 characters.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.addscreentab()