jira.js
    Preparing search index...

    Function moveField

    • Moves field on the given tab.

      Parameters

      • client: Client
      • parameters: {
            after?: string;
            id: string;
            position?: string & {} | "Earlier" | "Later" | "First" | "Last";
            screenId: number;
            tabId: number;
        }
        • Optionalafter?: string
        • id: string

          Id of field

        • Optionalposition?: string & {} | "Earlier" | "Later" | "First" | "Last"
        • screenId: number

          Id of screen

        • tabId: number

          Id of tab

      • Optionaloptions: RequestOptions

      Returns Promise<void>