Confluence.js - Cloud and Server API library
    Preparing search index...

    Class InlineTasks

    Will be removed in next major version.

    Index

    Constructors

    Methods

    • Returns inline task based on the global ID.

      Permissions required: Permission to view the content associated with the task.

      Type Parameters

      Parameters

      Returns Promise<void>

      Will be removed in next major version.

    • Returns inline task based on the global ID.

      Permissions required: Permission to view the content associated with the task.

      Type Parameters

      Parameters

      Returns Promise<T>

      Will be removed in next major version.

    • Returns inline tasks based on the search query.

      Permissions required: Permission to access the Confluence site ('Can use' global permission). Only tasks in contents that the user has permission to view are returned.

      Type Parameters

      Parameters

      Returns Promise<void>

      Will be removed in next major version.

    • Returns inline tasks based on the search query.

      Permissions required: Permission to access the Confluence site ('Can use' global permission). Only tasks in contents that the user has permission to view are returned.

      Type Parameters

      Parameters

      • Optionalparameters: SearchTasks
      • Optionalcallback: undefined

      Returns Promise<T>

      Will be removed in next major version.

    • Updates an inline tasks status given its global ID

      Permissions required: Permission to update the content associated with the task.

      Type Parameters

      Parameters

      Returns Promise<void>

      Will be removed in next major version.

    • Updates an inline tasks status given its global ID

      Permissions required: Permission to update the content associated with the task.

      Type Parameters

      Parameters

      Returns Promise<T>

      Will be removed in next major version.