Jira.js - Jira Cloud API library
    Preparing search index...

    Class UIModificationsApps

    Index

    Constructors

    Methods

    • Deletes a UI modification. All the contexts that belong to the UI modification are deleted too. UI modification can only be deleted by Forge apps.

      Permissions required: None.

      The new write:app-data:jira OAuth scope is 100% optional now, and not using it won't break your app. However, we recommend adding it to your app's scope list because we will eventually make it mandatory.

      Type Parameters

      • T = void

      Parameters

      Returns Promise<void>

    • Deletes a UI modification. All the contexts that belong to the UI modification are deleted too. UI modification can only be deleted by Forge apps.

      Permissions required: None.

      The new write:app-data:jira OAuth scope is 100% optional now, and not using it won't break your app. However, we recommend adding it to your app's scope list because we will eventually make it mandatory.

      Type Parameters

      • T = void

      Parameters

      Returns Promise<T>

    • Updates a UI modification. UI modification can only be updated by Forge apps.

      Each UI modification can define up to 1000 contexts. The same context can be assigned to maximum 100 UI modifications.

      Permissions required:

      • None if the UI modification is created without contexts.
      • Browse projects project permission for one or more projects, if the UI modification is created with contexts.

      The new write:app-data:jira OAuth scope is 100% optional now, and not using it won't break your app. However, we recommend adding it to your app's scope list because we will eventually make it mandatory.

      Type Parameters

      • T = void

      Parameters

      Returns Promise<void>

    • Updates a UI modification. UI modification can only be updated by Forge apps.

      Each UI modification can define up to 1000 contexts. The same context can be assigned to maximum 100 UI modifications.

      Permissions required:

      • None if the UI modification is created without contexts.
      • Browse projects project permission for one or more projects, if the UI modification is created with contexts.

      The new write:app-data:jira OAuth scope is 100% optional now, and not using it won't break your app. However, we recommend adding it to your app's scope list because we will eventually make it mandatory.

      Type Parameters

      • T = void

      Parameters

      Returns Promise<T>