jira.js
    Preparing search index...

    Function updateShowWhenEmptyIndicator

    • Update 'showWhenEmptyIndicator' for given field on screen.

      Parameters

      • client: Client
      • parameters: { id: string; newValue: boolean; screenId: number; tabId: number }
        • id: string

          Id of field

        • newValue: boolean

          New value of 'showWhenEmptyIndicator'

        • screenId: number

          Id of screen

        • tabId: number

          Id of tab

      • Optionaloptions: RequestOptions

      Returns Promise<void>