| java.lang.Object | |
| ↳ | com.atlassian.jira.rest.v2.issue.ScreensResource |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds field to the given tab
| |||||||||||
Adds field or custom field to the default tab
| |||||||||||
Creates tab for given screen
| |||||||||||
Deletes tab to give screen
| |||||||||||
Gets all fields for a given tab
| |||||||||||
Returns a list of all tabs for the given screen
| |||||||||||
Gets available fields for screen.
| |||||||||||
Moves field on the given tab
| |||||||||||
Moves tab position
| |||||||||||
Removes field from given tab
| |||||||||||
Renames tab on given screen
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Adds field to the given tab
| screenId | id of screen |
|---|---|
| tabId | id of tab |
Adds field or custom field to the default tab
| fieldId | id of field / custom field |
|---|
Creates tab for given screen
| screenId | id of screen |
|---|
Deletes tab to give screen
| screenId | id of screen |
|---|---|
| tabId | id of tab |
Gets all fields for a given tab
| screenId | id of screen |
|---|---|
| tabId | id of tab |
| projectKey | the key of the project; this parameter is optional |
Returns a list of all tabs for the given screen
| screenId | id of screen |
|---|---|
| projectKey | the key of the project; this parameter is optional |
Gets available fields for screen. i.e ones that haven't already been added.
| screenId | id of screen |
|---|
Moves field on the given tab
| screenId | id of screen |
|---|---|
| tabId | id of tab |
Moves tab position
| screenId | id of screen |
|---|---|
| tabId | id of tab |
| pos | position of tab |
Removes field from given tab
| screenId | id of screen |
|---|---|
| tabId | id of tab |
Renames tab on given screen
| screenId | id of screen |
|---|